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',
}
},

View File

@@ -933,6 +933,7 @@ export default {
verifySuccess: '邮箱添加成功',
removeEmail: '移除',
removeSuccess: '邮箱已移除',
emailDuplicate: '该邮箱已存在',
}
},