Skip to content

Commit

Permalink
chore: update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Jun 12, 2024
1 parent 6db115a commit bc9b31d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/library/SideMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const SideMenu = () => {
/>
<Secondary
onClick={() => openModal({ key: 'GoToFeedback' })}
name={t('feedback')}
name={t('support')}
minimised={sideMenuMinimised}
icon={{
Svg: ForumSVG,
Expand Down
1 change: 0 additions & 1 deletion src/locale/cn/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"base": {
"active": "激活",
"community": "社区",
"feedback": "反馈",
"goTo": "查看",
"help": "帮助",
"inactive": "未激活",
Expand Down
1 change: 0 additions & 1 deletion src/locale/en/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"base": {
"active": "Active",
"community": "Community",
"feedback": "Feedback",
"goTo": "Go To",
"help": "Help",
"inactive": "Inactive",
Expand Down

0 comments on commit bc9b31d

Please sign in to comment.