mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #57585 from nextcloud/rakekniven-patch-2
chore(i18n): Improved grammar
This commit is contained in:
commit
fb8cf0d593
4 changed files with 4 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ async function onSubmit() {
|
|||
required
|
||||
name="confirmPassword"
|
||||
:error="!!confirmPassword && !passwordMatch"
|
||||
:helper-text="(passwordMatch || !confirmPassword) ? '' : t('encryption', 'Passwords do not match fields')"
|
||||
:helper-text="(passwordMatch || !confirmPassword) ? '' : t('encryption', 'Passwords fields do not match')"
|
||||
:label="t('encryption', 'Repeat recovery key password')" />
|
||||
|
||||
<NcButton type="submit" :variant="recoveryEnabled ? 'error' : 'primary'">
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ async function onSubmit() {
|
|||
required
|
||||
name="confirmPassword"
|
||||
:error="!passwordMatch && !!confirmPassword"
|
||||
:helper-text="(passwordMatch || !confirmPassword) ? '' : t('encryption', 'Passwords do not match fields')"
|
||||
:helper-text="(passwordMatch || !confirmPassword) ? '' : t('encryption', 'Passwords fields do not match')"
|
||||
:label="t('encryption', 'Repeat new recovery key password')" />
|
||||
|
||||
<NcButton type="submit" variant="primary">
|
||||
|
|
|
|||
2
dist/encryption-settings_admin.mjs
vendored
2
dist/encryption-settings_admin.mjs
vendored
File diff suppressed because one or more lines are too long
2
dist/encryption-settings_admin.mjs.map
vendored
2
dist/encryption-settings_admin.mjs.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue