fix(i18n): fix a typo in En language pack
This commit is contained in:
parent
b24d2eea3b
commit
087eca407d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export const msgs: Map<string, string> = Map({
|
||||||
"role.name": "Role Name",
|
"role.name": "Role Name",
|
||||||
"admin.roles": "Roles",
|
"admin.roles": "Roles",
|
||||||
zhCN: "简体中文",
|
zhCN: "简体中文",
|
||||||
enUS: "English (USA)",
|
enUS: "English (US)",
|
||||||
"move.fail": "Failed to move",
|
"move.fail": "Failed to move",
|
||||||
"share.404.title": "No folder is in sharing",
|
"share.404.title": "No folder is in sharing",
|
||||||
"share.404.desc": "You can share a folder in the items tab",
|
"share.404.desc": "You can share a folder in the items tab",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue