Skip to content

Commit a1ca70b

Browse files
authored
Merge pull request #12615 from nextcloud/backport/12592/stable15
[stable15] Fix Typo in Original English String and All Translations
2 parents 72b4cce + 9d35532 commit a1ca70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings/js/settings/personalInfo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ $(document).ready(function () {
229229
location.reload();
230230
},
231231
fail: function() {
232-
OC.Notification.showTemporary(t('settings', 'An error occured while changing your language. Please reload the page and try again.'));
232+
OC.Notification.showTemporary(t('settings', 'An error occurred while changing your language. Please reload the page and try again.'));
233233
}
234234
});
235235
};
@@ -255,7 +255,7 @@ $(document).ready(function () {
255255
moment.locale(selectedLocale);
256256
},
257257
fail: function() {
258-
OC.Notification.showTemporary(t('settings', 'An error occured while changing your locale. Please reload the page and try again.'));
258+
OC.Notification.showTemporary(t('settings', 'An error occurred while changing your locale. Please reload the page and try again.'));
259259
}
260260
});
261261
};

0 commit comments

Comments
 (0)