diff --git a/src/Form/LabelSystem/LabelDialogType.php b/src/Form/LabelSystem/LabelDialogType.php
index 233c7796..6addac76 100644
--- a/src/Form/LabelSystem/LabelDialogType.php
+++ b/src/Form/LabelSystem/LabelDialogType.php
@@ -57,7 +57,7 @@ class LabelDialogType extends AbstractType
]);
$builder->add('update', SubmitType::class, [
-
+ 'label' => 'label_generator.update',
]);
}
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index fd627ef4..8978c08b 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -8388,5 +8388,47 @@ Element 3
New empty label
+
+
+ label_options.additional_css.label
+ Additional styles (CSS)
+
+
+
+
+ label_options.lines_mode.html
+ Placeholders
+
+
+
+
+ label_options.lines_mode.label
+ Parser mode
+
+
+
+
+ label_generator.no_entities_found
+ No entities matching the range found.
+
+
+
+
+ label.options.lines_mode.twig
+ Twig
+
+
+
+
+ label_options.lines_mode.help
+ Twig documentation and Wiki for more informations.]]>
+
+
+
+
+ label_generator.update
+ Update
+
+