Browse Source

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

[stable15] Fix Typo in Original English String and All Translations
Roeland Jago Douma 5 years ago
parent
commit
a1ca70bbed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      settings/js/settings/personalInfo.js

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