Change-email input: "New email" -> "New email address"

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-05 00:06:20 +01:00
co-authored by Claude Sonnet 5
parent b04935ada9
commit e598d4ef57
+2 -2
View File
@@ -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' }}