fix typo in original english string and all translations

Signed-off-by: Patrick Baber <patrick@p-squared.de>
This commit is contained in:
Patrick Baber 2018-11-22 17:10:07 +01:00 committed by Morris Jobke
parent a966d7f9ca
commit 7e315ef983
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,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.'));
}
});
};