Merge pull request #12600 from nextcloud/backport/12592/stable14
[stable14] Fix Typo in Original English String and All Translations
This commit is contained in:
commit
55c4d3f555
|
@ -229,7 +229,7 @@ $(document).ready(function () {
|
||||||
location.reload();
|
location.reload();
|
||||||
},
|
},
|
||||||
fail: function() {
|
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);
|
moment.locale(selectedLocale);
|
||||||
},
|
},
|
||||||
fail: function() {
|
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 New Issue