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"
|
type="email"
|
||||||
maxlength="255"
|
maxlength="255"
|
||||||
required
|
required
|
||||||
placeholder="New email"
|
placeholder="New email address"
|
||||||
aria-label="New email"
|
aria-label="New email address"
|
||||||
/>
|
/>
|
||||||
<button type="submit" :disabled="changing || cooldown > 0">
|
<button type="submit" :disabled="changing || cooldown > 0">
|
||||||
{{ changing ? 'Sending…' : cooldown > 0 ? `Wait ${cooldown}s` : 'Send confirmation link' }}
|
{{ changing ? 'Sending…' : cooldown > 0 ? `Wait ${cooldown}s` : 'Send confirmation link' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user