Skip to content

Commit

Permalink
chore: correct nav button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Oct 28, 2024
1 parent bd4e9f4 commit f2a1e5d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"subtitle": "Go back to explorer page"
},
"navButtons": {
"connectWallet": "Connect wallet",
"connectWallet": "Connect",
"giveFeedback": "Give feedback"
},
"labels": {
2 changes: 1 addition & 1 deletion src/containers/navbar/exploreNav.tsx
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ const ExploreNav: React.FC = () => {
iconRight={IconType.FEEDBACK}
onClick={handleFeedbackButtonClick}
>
{isDesktop && t('navButtons.giveFeedback')}
{t('navButtons.giveFeedback')}
</Button>
) : (
<Button

0 comments on commit f2a1e5d

Please sign in to comment.