mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
fix toast message is wrong when modify email to an existed one
This commit is contained in:
@@ -174,6 +174,7 @@ export default {
|
||||
'error': {
|
||||
'system error': 'System Error',
|
||||
'api not found': 'Failed to request api',
|
||||
'database operation failed': 'Database operation failed',
|
||||
'incomplete or incorrect submission': 'Incomplete or incorrect submission',
|
||||
'operation failed': 'Operation failed',
|
||||
'nothing will be updated': 'Nothing will be updated',
|
||||
|
||||
@@ -174,6 +174,7 @@ export default {
|
||||
'error': {
|
||||
'system error': '系统错误',
|
||||
'api not found': '接口调用失败',
|
||||
'database operation failed': '数据库操作失败',
|
||||
'incomplete or incorrect submission': '提交不完整或不正确',
|
||||
'operation failed': '操作失败',
|
||||
'nothing will be updated': '没有内容更新',
|
||||
|
||||
Reference in New Issue
Block a user