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

This commit is contained in:
erio
2026-04-14 09:26:07 +08:00
parent 81287e960c
commit 422807514c
3 changed files with 9 additions and 5 deletions
+1
View File
@@ -929,6 +929,7 @@ export default {
verifySuccess: 'Email added successfully',
removeEmail: 'Remove',
removeSuccess: 'Email removed',
emailDuplicate: 'This email already exists',
}
},
+1
View File
@@ -933,6 +933,7 @@ export default {
verifySuccess: '邮箱添加成功',
removeEmail: '移除',
removeSuccess: '邮箱已移除',
emailDuplicate: '该邮箱已存在',
}
},