Skip to content

Commit

Permalink
Fix label for existing token ID. (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso authored Oct 31, 2023
1 parent 3954629 commit 42664e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@
"timeRemaining": "Time remaining",
"title": "Title",
"token": "Token",
"tokenIdentifier": "Token identifier",
"tokenSwap": "Token Swap",
"topAbsolute": "Top {{count}}",
"topPercent": "Top {{percent}}%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export const GovernanceConfigurationInput = ({
<div className="rounded-lg bg-background-tertiary">
<div className="flex h-14 flex-row items-center border-b border-border-base p-4">
<p className="primary-text text-text-body">
{t('form.tokenContractAddressTitle')}
{t('form.tokenIdentifier')}
</p>
</div>

Expand Down

2 comments on commit 42664e5

@vercel
Copy link

@vercel vercel bot commented on 42664e5 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 42664e5 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.