diff --git a/ux.symfony.com/templates/ux_packages/translator.html.twig b/ux.symfony.com/templates/ux_packages/translator.html.twig
index 765c651e8c7..453870b0727 100644
--- a/ux.symfony.com/templates/ux_packages/translator.html.twig
+++ b/ux.symfony.com/templates/ux_packages/translator.html.twig
@@ -158,14 +158,14 @@
{% embed 'ux_packages/translator/_translator_demo_block.html.twig' with {
message: 'VALUE_OF_OBJECT',
parameters: {
- value: 30
+ price: 30
},
} %}
{% block parameters %}
-
- Price
+
diff --git a/ux.symfony.com/translations/messages+intl-icu.en.yaml b/ux.symfony.com/translations/messages+intl-icu.en.yaml
index aaadf45b1b4..a018c9bec42 100644
--- a/ux.symfony.com/translations/messages+intl-icu.en.yaml
+++ b/ux.symfony.com/translations/messages+intl-icu.en.yaml
@@ -32,4 +32,4 @@ published_at: 'Published at {publication_date, date} - {publication_date, time,
# Numbers
progress: '{progress, number, percent} of the work is done'
-value_of_object: 'This artifact is worth {value, number, ::currency/EUR}'
+value_of_object: 'This artifact is worth {price, number, ::currency/EUR}'
diff --git a/ux.symfony.com/translations/messages+intl-icu.fr.yaml b/ux.symfony.com/translations/messages+intl-icu.fr.yaml
index 1c7c741826f..328a37037b3 100644
--- a/ux.symfony.com/translations/messages+intl-icu.fr.yaml
+++ b/ux.symfony.com/translations/messages+intl-icu.fr.yaml
@@ -30,4 +30,4 @@ published_at: 'Publié le {publication_date, date} - {publication_date, time, sh
# Numbers
progress: '{progress, number, percent} du travail est fait'
-value_of_object: "Cet artéfact vaut {value, number, ::currency/EUR}"
+value_of_object: "Cet artéfact vaut {price, number, ::currency/EUR}"