(js) Localization of toast message

This commit is contained in:
Francis Lachapelle
2015-08-20 16:39:34 -04:00
parent e3b64e035d
commit 2f82b5cfd3
2 changed files with 2 additions and 1 deletions
@@ -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)
);