chore(common): improved i18n strings (#5099)
This commit is contained in:
parent
aab2924139
commit
b414496943
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@
|
||||||
"yes": "Yes",
|
"yes": "Yes",
|
||||||
"verify": "Verify",
|
"verify": "Verify",
|
||||||
"enable": "Enable",
|
"enable": "Enable",
|
||||||
"disable": "Disable"
|
"disable": "Disable",
|
||||||
|
"assign": "Assign"
|
||||||
},
|
},
|
||||||
"activity_logs": {
|
"activity_logs": {
|
||||||
"ACTIVITY_LOG_DELETE": "Activity log has been deleted",
|
"ACTIVITY_LOG_DELETE": "Activity log has been deleted",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue