removed translation of theme name (#31132)
fixes: #30663 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
fdc35919a0
commit
57c3f4bfda
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export const RealmSettingsThemesTab = ({
|
|||
key={`login-theme-${idx}`}
|
||||
value={theme.name}
|
||||
>
|
||||
{t(theme.name)}
|
||||
{theme.name}
|
||||
</SelectOption>
|
||||
))}
|
||||
</KeycloakSelect>
|
||||
|
|
Loading…
Reference in a new issue