l10n: Unify spelling
Spelling unification in Nextcloud applications.
This commit is contained in:
parent
54fd3a480c
commit
ddfb081463
|
@ -61,7 +61,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p v-else-if="message === 'reset-error'"
|
<p v-else-if="message === 'reset-error'"
|
||||||
class="update warning">
|
class="update warning">
|
||||||
{{ t('core', 'Password can not be changed. Please contact your administrator.') }}
|
{{ t('core', 'Password cannot be changed. Please contact your administrator.') }}
|
||||||
</p>
|
</p>
|
||||||
<p v-else-if="message"
|
<p v-else-if="message"
|
||||||
class="update"
|
class="update"
|
||||||
|
|
Loading…
Reference in New Issue