From: Patrick Baber Date: Thu, 22 Nov 2018 16:10:07 +0000 (+0100) Subject: fix typo in original english string and all translations X-Git-Tag: v14.0.5RC1~88^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=49c8512f59f1e79c6579f13cdf49034b160db8e9;p=nextcloud-server.git fix typo in original english string and all translations Signed-off-by: Patrick Baber --- 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.')); } }); };