mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
(fix) make use of existing string
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user