mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
(js) Localization of toast message
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* toolbar */
|
||||
"Save and Close" = "Save and Close";
|
||||
"Close" = "Close";
|
||||
"Preferences saved" = "Preferences saved";
|
||||
|
||||
/* tabs */
|
||||
"General" = "General";
|
||||
|
||||
@@ -215,7 +215,7 @@
|
||||
vm.preferences.$save().then(function(data) {
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.content('Preferences saved!')
|
||||
.content(l('Preferences saved'))
|
||||
.position('top right')
|
||||
.hideDelay(3000)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user