fix(i18n): fix a typo in En language pack

This commit is contained in:
hexxa 2021-10-12 08:02:24 +08:00 committed by Hexxa
parent b24d2eea3b
commit 087eca407d

View file

@ -68,7 +68,7 @@ export const msgs: Map<string, string> = Map({
"role.name": "Role Name",
"admin.roles": "Roles",
zhCN: "简体中文",
enUS: "English (USA)",
enUS: "English (US)",
"move.fail": "Failed to move",
"share.404.title": "No folder is in sharing",
"share.404.desc": "You can share a folder in the items tab",