diff --git a/src/screens/Dashboard.tsx b/src/screens/Dashboard.tsx index df8baa2b..b28a6119 100644 --- a/src/screens/Dashboard.tsx +++ b/src/screens/Dashboard.tsx @@ -330,7 +330,7 @@ export default function Dashboard({ navigation, route }: TDashboardPageProps) { : } - txt='Mint' + txt={t('mint', { ns: NS.wallet })} color={hi[highlight]} onPress={() => setModal(prev => ({ ...prev, mint: true }))} /> @@ -494,4 +494,4 @@ const styles = ScaledSheet.create({ borderColor: mainColors.WARN, borderRadius: '50@s', } -}) \ No newline at end of file +})