Change-email input: "New email" -> "New email address"
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -147,8 +147,8 @@ async function onRemovePasskey(passkey: Passkey) {
|
||||
type="email"
|
||||
maxlength="255"
|
||||
required
|
||||
placeholder="New email"
|
||||
aria-label="New email"
|
||||
placeholder="New email address"
|
||||
aria-label="New email address"
|
||||
/>
|
||||
<button type="submit" :disabled="changing || cooldown > 0">
|
||||
{{ changing ? 'Sending…' : cooldown > 0 ? `Wait ${cooldown}s` : 'Send confirmation link' }}
|
||||
|
||||
Reference in New Issue
Block a user