Merge pull request #12615 from nextcloud/backport/12592/stable15

[stable15] Fix Typo in Original English String and All Translations
This commit is contained in:
Roeland Jago Douma 2018-11-23 07:48:33 +01:00 committed by GitHub
commit a1ca70bbed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.'));
}
});
};