(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
@@ -249,7 +249,7 @@
function removeUser(user) {
account.$removeDelegate(user.uid).catch(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.'));
});
}