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

@@ -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