mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
fix typo in original english string and all translations
Signed-off-by: Patrick Baber <patrick@p-squared.de>
This commit is contained in:
parent
ff59905b12
commit
49c8512f59
1 changed files with 2 additions and 2 deletions
|
|
@ -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.'));
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue