]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix typo in original english string and all translations 12600/head
authorPatrick Baber <patrick@p-squared.de>
Thu, 22 Nov 2018 16:10:07 +0000 (17:10 +0100)
committerBackportbot <backportbot-noreply@rullzer.com>
Thu, 22 Nov 2018 18:22:56 +0000 (18:22 +0000)
Signed-off-by: Patrick Baber <patrick@p-squared.de>
settings/js/settings/personalInfo.js

index 9e169ee3436cdbccebf9563a23db55a48a339a45..53f2c82cb73d9645c4802886f5275211ecb8d221 100644 (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.'));
                        }
                });
        };