mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
5
.changeset/brown-cobras-roll.md
Normal file
5
.changeset/brown-cobras-roll.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Updated the password confirm placeholder text
|
||||
@@ -1626,6 +1626,7 @@ authenticated: Authenticated
|
||||
options: Options
|
||||
otp: One-Time Password
|
||||
password: Password
|
||||
confirm_password: Confirm Password
|
||||
permissions: Permissions
|
||||
relationship: Relationship
|
||||
reset: Reset
|
||||
|
||||
@@ -90,7 +90,7 @@ async function onSubmit() {
|
||||
v-model="passwordVerification"
|
||||
type="password"
|
||||
autocomplete="new-password"
|
||||
:placeholder="t('password')"
|
||||
:placeholder="t('confirm_password')"
|
||||
:disabled="isLoading"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user