diff --git a/src/Settings/SynonymSettings.php b/src/Settings/SynonymSettings.php
index 4a8e94ab..1d1475ec 100644
--- a/src/Settings/SynonymSettings.php
+++ b/src/Settings/SynonymSettings.php
@@ -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: [
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 2890d2d3..7d4a4885 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -14419,31 +14419,6 @@ You can do this in the provider info list.
Groups
-
-
- settings.system.synonyms
- Synonyms
-
-
-
-
- settings.system.synonyms.help
- The synonyms systems allow overriding how Part-DB call certain things. This can be useful, especially if Part-DB is used in a different context than electronics.
-Please note that this system is currently experimental, and the synonyms defined here might not show up at all places.
-
-
-
-
- settings.system.synonyms.type_synonyms
- Type synonyms
-
-
-
-
- settings.system.synonyms.type_synonyms.help
- Type synonyms allow you to replace the labels of built-in data types. For example, you can rename "Footprint" to something else.
-
- settings.synonyms.type_synonym.type
@@ -14480,5 +14455,30 @@ Please note that this system is currently experimental, and the synonyms defined
Remove entry
+
+
+ settings.synonyms
+ Synonyms
+
+
+
+
+ settings.synonyms.help
+ The synonyms systems allow overriding how Part-DB call certain things. This can be useful, especially if Part-DB is used in a different context than electronics.
+Please note that this system is currently experimental, and the synonyms defined here might not show up at all places.
+
+
+
+
+ settings.synonyms.type_synonyms
+ Type synonyms
+
+
+
+
+ settings.synonyms.type_synonyms.help
+ Type synonyms allow you to replace the labels of built-in data types. For example, you can rename "Footprint" to something else.
+
+