mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-11 05:29:30 +00:00
Renamed synoynms translations
This commit is contained in:
parent
181658501b
commit
8c634443c9
2 changed files with 28 additions and 28 deletions
|
|
@ -32,7 +32,7 @@ use Jbtronics\SettingsBundle\Settings\SettingsTrait;
|
|||
use Symfony\Component\Translation\TranslatableMessage as TM;
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
|
||||
#[Settings(label: new TM("settings.system.synonyms"), description: "settings.system.synonyms.help")]
|
||||
#[Settings(label: new TM("settings.synonyms"), description: "settings.synonyms.help")]
|
||||
#[SettingsIcon("fa-language")]
|
||||
class SynonymSettings
|
||||
{
|
||||
|
|
@ -40,8 +40,8 @@ class SynonymSettings
|
|||
|
||||
#[SettingsParameter(
|
||||
ArrayType::class,
|
||||
label: new TM("settings.system.synonyms.type_synonyms"),
|
||||
description: new TM("settings.system.synonyms.type_synonyms.help"),
|
||||
label: new TM("settings.synonyms.type_synonyms"),
|
||||
description: new TM("settings.synonyms.type_synonyms.help"),
|
||||
options: ['type' => SerializeType::class],
|
||||
formType: TypeSynonymsCollectionType::class,
|
||||
formOptions: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue