diff options
author | Patrick Baber <patrick@p-squared.de> | 2018-11-22 17:10:07 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2018-11-22 22:35:13 +0000 |
commit | 9d3553261c02913eb5feacdb87988447978e8d35 (patch) | |
tree | 1be67ec0fb508550af33c16ce24a5b607f3683f8 /settings | |
parent | 510f720778646499c622c967752c53884e325cb5 (diff) | |
download | nextcloud-server-9d3553261c02913eb5feacdb87988447978e8d35.tar.gz nextcloud-server-9d3553261c02913eb5feacdb87988447978e8d35.zip |
fix typo in original english string and all translations
Signed-off-by: Patrick Baber <patrick@p-squared.de>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/js/settings/personalInfo.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/js/settings/personalInfo.js b/settings/js/settings/personalInfo.js index 9e169ee3436..53f2c82cb73 100644 --- a/settings/js/settings/personalInfo.js +++ b/settings/js/settings/personalInfo.js @@ -229,7 +229,7 @@ $(document).ready(function () { location.reload(); }, fail: function() { - OC.Notification.showTemporary(t('settings', 'An error occured while changing your language. Please reload the page and try again.')); + OC.Notification.showTemporary(t('settings', 'An error occurred while changing your language. Please reload the page and try again.')); } }); }; @@ -255,7 +255,7 @@ $(document).ready(function () { moment.locale(selectedLocale); }, fail: function() { - OC.Notification.showTemporary(t('settings', 'An error occured while changing your locale. Please reload the page and try again.')); + OC.Notification.showTemporary(t('settings', 'An error occurred while changing your locale. Please reload the page and try again.')); } }); }; |