Add auth action

This commit is contained in:
Nicola Benaglia
2025-05-12 08:19:05 +02:00
parent 42f870b466
commit 8b22e65646
8 changed files with 98 additions and 85 deletions

View File

@@ -157,7 +157,7 @@ export const DownloadWallet = ({
fontWeight: 600,
}}
>
{t('auth:download_account', { postProcess: 'capitalize' })}
{t('auth:action.download_account', { postProcess: 'capitalize' })}
</TextP>
</Box>
@@ -247,13 +247,13 @@ export const DownloadWallet = ({
onClick={async () => {
await saveFileToDiskFunc();
await showInfo({
message: t('auth:keep_secure', {
message: t('auth:message.generic.keep_secure', {
postProcess: 'capitalize',
}),
});
}}
>
{t('auth:download_account', {
{t('auth:action.download_account', {
postProcess: 'capitalize',
})}
</CustomButton>

View File

@@ -36,7 +36,7 @@ export const NewUsersCTA = ({ balance }) => {
textAlign: 'center',
}}
>
{t('core:question.new_user', { postProcess: 'capitalize' })}
{t('core:message.question.new_user', { postProcess: 'capitalize' })}
</Typography>
<Spacer height="20px" />