summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-11-22 19:22:10 +0100
committerGitHub <noreply@github.com>2018-11-22 19:22:10 +0100
commit490f46482ec86914ab6e31772cb8404a327a738d (patch)
tree1982fe58aafedf901124f6d0e2297ef442484109 /settings/js
parent68ad2ae11873933ca2212df5a141e49cafa83c33 (diff)
parent5e3de1c326b126c02797f595a3ce1a08c3e5bb7c (diff)
downloadnextcloud-server-490f46482ec86914ab6e31772cb8404a327a738d.tar.gz
nextcloud-server-490f46482ec86914ab6e31772cb8404a327a738d.zip
Merge pull request #12592 from patrickbaber/master
Fix Typo in Original English String and All Translations
Diffstat (limited to 'settings/js')
-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.'));
}
});
};