fix(notify): add duplicate email check message and improve extra email UX

This commit is contained in:
erio
2026-04-12 20:40:31 +08:00
parent 81287e960c
commit 422807514c
3 changed files with 9 additions and 5 deletions

View File

@@ -929,6 +929,7 @@ export default {
verifySuccess: 'Email added successfully',
removeEmail: 'Remove',
removeSuccess: 'Email removed',
emailDuplicate: 'This email already exists',
}
},