Skip to content

Commit

Permalink
Fix untranslated 'Mint' string on home screen when no mints are set up.
Browse files Browse the repository at this point in the history
  • Loading branch information
onoomobo authored Mar 5, 2024
1 parent 3344264 commit 7476765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export default function Dashboard({ navigation, route }: TDashboardPageProps) {
:
<ActionBtn
icon={<PlusIcon width={s(36)} height={vs(36)} color={hi[highlight]} />}
txt={t('mint', { ns: NS.wallet })}
txt={t('mint')}
color={hi[highlight]}
onPress={() => setModal(prev => ({ ...prev, mint: true }))}
/>
Expand Down

0 comments on commit 7476765

Please sign in to comment.