Confirm label (#22421)

* Use confirm label in input

* Add changeset
This commit is contained in:
Rijk van Zanten
2024-05-07 17:57:12 -04:00
committed by GitHub
parent c893b9fa65
commit 3121ed0fc0
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'@directus/app': patch
---
Updated the password confirm placeholder text

View File

@@ -1626,6 +1626,7 @@ authenticated: Authenticated
options: Options
otp: One-Time Password
password: Password
confirm_password: Confirm Password
permissions: Permissions
relationship: Relationship
reset: Reset

View File

@@ -90,7 +90,7 @@ async function onSubmit() {
v-model="passwordVerification"
type="password"
autocomplete="new-password"
:placeholder="t('password')"
:placeholder="t('confirm_password')"
:disabled="isLoading"
/>