mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-21 11:24:40 +02:00
Do not translate theme names.
This commit is contained in:
parent
2dd807bbe6
commit
1b21bf5ddd
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ class UserSettingsType extends AbstractType
|
||||||
'attr' => [
|
'attr' => [
|
||||||
'class' => 'selectpicker',
|
'class' => 'selectpicker',
|
||||||
],
|
],
|
||||||
|
'translation_domain' => false,
|
||||||
'choices' => User::AVAILABLE_THEMES,
|
'choices' => User::AVAILABLE_THEMES,
|
||||||
'choice_label' => function ($entity, $key, $value) {
|
'choice_label' => function ($entity, $key, $value) {
|
||||||
return $value;
|
return $value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue