(i18n) Add missing localized strings

Fixes #4658
This commit is contained in:
Francis Lachapelle
2019-02-27 09:51:43 -05:00
parent e456e47147
commit deb10f1f7e
10 changed files with 18 additions and 6 deletions
@@ -57,7 +57,7 @@
folder.$acl.$saveUsersRights().then(function() {
$mdDialog.hide();
}, function(data, status) {
Dialog.alert(l('Warning'), l('An error occured please try again.'));
Dialog.alert(l('Warning'), l('An error occured, please try again.'));
});
}