removed translation of theme name (#31132)

fixes: #30663

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Erik Jan de Wit 2024-07-19 09:56:50 +02:00 committed by GitHub
parent fdc35919a0
commit 57c3f4bfda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,7 @@ export const RealmSettingsThemesTab = ({
key={`login-theme-${idx}`} key={`login-theme-${idx}`}
value={theme.name} value={theme.name}
> >
{t(theme.name)} {theme.name}
</SelectOption> </SelectOption>
))} ))}
</KeycloakSelect> </KeycloakSelect>