mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
l10n: Unify spelling
Spelling unification in Nextcloud applications.
This commit is contained in:
parent
ddfb081463
commit
d27aecebc0
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ export default {
|
|||
}
|
||||
} catch (e) {
|
||||
this.error = true
|
||||
this.message = e.message ? e.message : t('core', 'Password can not be changed. Please contact your administrator.')
|
||||
this.message = e.message ? e.message : t('core', 'Password cannot be changed. Please contact your administrator.')
|
||||
} finally {
|
||||
this.loading = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue