Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeesungB committed Jan 16, 2024
1 parent 2fe3abd commit e60f3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
"page.main.available.new-token-found": "{numFoundToken} new token(s) found",
"page.main.staked.staked-button-title": "Staked",
"page.main.staked.staked-balance-title": "Staked Balance",
"page.main.staked.staked-balance-tooltip": "Tokens that are delegated to validators and earning rewards.",
"page.main.staked.staked-balance-tooltip": "Tokens that are bonded to validators, including amounts that are currently in the unbonding period.",
"page.main.staked.unstaking-balance-title": "Unstaking Balance",
"page.main.staked.unstaking-balance-tooltip": "Tokens that are under the unbonding period.",
"page.main.staked.empty-view-title": "Ready to Start Staking?",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/src/screen/home/app-update.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const AppUpdateModal = registerCardModal(
? intl.formatMessage({
id: 'page.main.components.app-update-modal.paragraph',
})
: "We've downloaded some minor updates while you're gone. To apply these changes, kindly quit and reopen Keplr."}
: "We've downloaded some minor updates while you're gone. To apply these changes, please restart Keplr."}
</Text>
<Gutter size={28} />

Expand All @@ -149,7 +149,7 @@ export const AppUpdateModal = registerCardModal(
? intl.formatMessage({
id: 'page.main.components.app-update-modal.button',
})
: 'Quit Keplr'
: 'Restart Keplr'
}
onPress={() => {
if (isStoreUpdate) {
Expand Down

0 comments on commit e60f3f2

Please sign in to comment.