(fix) make use of existing string

This commit is contained in:
Ludovic Marcotte
2016-02-17 08:40:57 -05:00
parent 1f71cff18d
commit 4cd0c501bd
2 changed files with 5 additions and 5 deletions
@@ -46,7 +46,7 @@
onErrorItem: function(item, response, status, headers) {
$mdToast.show(
$mdToast.simple()
.content(l('An error occured while uploading' + ' ' + item.file.name))
.content(l('Error while uploading the file \"%{0}\":', item.file.name))
.position('top right')
.hideDelay(3000));
this.removeFromQueue(item);