fix(notify): add duplicate email check message and improve extra email UX
This commit is contained in:
@@ -929,6 +929,7 @@ export default {
|
||||
verifySuccess: 'Email added successfully',
|
||||
removeEmail: 'Remove',
|
||||
removeSuccess: 'Email removed',
|
||||
emailDuplicate: 'This email already exists',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -933,6 +933,7 @@ export default {
|
||||
verifySuccess: '邮箱添加成功',
|
||||
removeEmail: '移除',
|
||||
removeSuccess: '邮箱已移除',
|
||||
emailDuplicate: '该邮箱已存在',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user