mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(i18n): Improved grammar
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
86e142c051
commit
678450a6c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue