summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-11-23 07:48:33 +0100
committerGitHub <noreply@github.com>2018-11-23 07:48:33 +0100
commita1ca70bbed640516eec567b5a2919370295a4b9d (patch)
treeaf10cb17cae12e6cca40a970918766c0c7a47352
parent72b4cce30b5276b8f10e906ffa6d3442aea0b2ba (diff)
parent9d3553261c02913eb5feacdb87988447978e8d35 (diff)
downloadnextcloud-server-a1ca70bbed640516eec567b5a2919370295a4b9d.tar.gz
nextcloud-server-a1ca70bbed640516eec567b5a2919370295a4b9d.zip
Merge pull request #12615 from nextcloud/backport/12592/stable15
[stable15] Fix Typo in Original English String and All Translations
-rw-r--r--settings/js/settings/personalInfo.js4
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.'));
}
});
};