Skip to content

Commit

Permalink
fix(sync): correct translation key for file download errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thetric committed Apr 18, 2018
1 parent a242989 commit 09c20a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class ItemDownloadingItemVisitor(
// other files in the course don't seem affected and can be
// downloaded.
val msg = getLocalizedMessage(
"sync.download.course.failed",
"sync.download.file.failed",
e.url,
e.statusCode,
file.name
Expand Down

0 comments on commit 09c20a3

Please sign in to comment.