diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index 4c499c32..3eac65c1 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -51,14 +51,19 @@ >
-

- {{ 'creation.title' | translate }} -

-

- {{ pollService.form.value.title }} -

-
+
+ + logo framadate + +
+
+

+ {{ 'creation.title' | translate }} +

+

+ {{ pollService.form.value.title }} +

Étape {{ step_current }} sur {{ step_max }}

diff --git a/src/assets/i18n/FR.json b/src/assets/i18n/FR.json index 3e6c0f19..016d7bc8 100644 --- a/src/assets/i18n/FR.json +++ b/src/assets/i18n/FR.json @@ -31,7 +31,7 @@ "find_button": "Retrouver mes sondages" }, "creation": { - "title": "Créer un sondage", + "title": "Création de sondage", "want": "Choisissez le type de sondage", "dialog": "Quitter la création de sondage?", "dialog_content": "Souhaitez-vous vraiment quitter le sondage ? Toutes les informations seront effacées.",