Skip to content

Commit

Permalink
refactor: tips (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui authored Jun 14, 2024
1 parent f54aa19 commit ab83df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/StakingRanking/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const StakingRanking: ComponentType = () => {
>
{t`Staking Ranking`}
</Heading>
<Text whiteSpace="nowrap">{t`Ranking updates every 10 min`}</Text>
<Text whiteSpace="nowrap">{t`Ranking updates every 10 mins.`}</Text>
</Flex>
<StakingRankingList />
<Box
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ msgid "Profile Name is required"
msgstr ""

#: src/components/StakingRanking/index.tsx
msgid "Ranking updates every 10 min"
msgid "Ranking updates every 10 mins."
msgstr ""

#: src/modals/StakeModal.tsx
Expand Down

0 comments on commit ab83df8

Please sign in to comment.