Refactor and fix some typos

This commit is contained in:
Nicola Benaglia
2025-05-24 23:23:18 +02:00
parent ee573743cf
commit 301d7d6f6a
5 changed files with 24 additions and 10 deletions

View File

@@ -215,7 +215,11 @@ export const RegisterName = ({
aria-labelledby="alert-dialog-title"
aria-describedby="alert-dialog-description"
>
<DialogTitle id="alert-dialog-title">{'Register name'}</DialogTitle>
<DialogTitle id="alert-dialog-title">
{t('core:action.register_name', {
postProcess: 'capitalizeAll',
})}
</DialogTitle>
<DialogContent>
<Box
@@ -236,6 +240,7 @@ export const RegisterName = ({
postProcess: 'capitalizeFirstChar',
})}
</Label>
<TextField
autoComplete="off"
autoFocus