mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Add auth action
This commit is contained in:
@@ -572,7 +572,7 @@ export const NotAuthenticated = ({
|
||||
},
|
||||
}}
|
||||
>
|
||||
{t('auth:create_account', { postProcess: 'capitalize' })}
|
||||
{t('auth:action.create_account', { postProcess: 'capitalize' })}
|
||||
</CustomButton>
|
||||
</HtmlTooltip>
|
||||
</Box>
|
||||
@@ -953,7 +953,9 @@ export const NotAuthenticated = ({
|
||||
setCustomNodeToSaveIndex(null);
|
||||
}}
|
||||
>
|
||||
{t('auth:return_to_list', { postProcess: 'capitalize' })}
|
||||
{t('auth:action.return_to_list', {
|
||||
postProcess: 'capitalize',
|
||||
})}
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
|
Reference in New Issue
Block a user