mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Add auth action
This commit is contained in:
@@ -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>
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user