translate dashboard status

This commit is contained in:
Proddy
2022-08-25 15:50:23 +02:00
parent 1a4ce643fc
commit 1f8e6cc82b
10 changed files with 361 additions and 74 deletions

View File

@@ -105,7 +105,7 @@ const SignIn: FC = () => {
>
<ValidatedTextField
name="locale"
label={LL.LANGUAGE()}
label="Language/Sprache"
variant="outlined"
value={locale || ''}
onChange={onLocaleSelected}