mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-08 03:49:47 +00:00
(js) Localization of toast message
This commit is contained in:
@@ -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