From 8f6fe6044a1819aaee5bb542ce58a293db689562 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 16 Nov 2021 11:03:20 +0100 Subject: [PATCH] labels for step one --- .../form/steps/step-one/step-one.component.html | 13 +++++++++---- src/assets/i18n/FR.json | 3 ++- src/environments/endpoints.ts | 8 ++++---- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/features/administration/form/steps/step-one/step-one.component.html b/src/app/features/administration/form/steps/step-one/step-one.component.html index 9577e4f8..be65462f 100644 --- a/src/app/features/administration/form/steps/step-one/step-one.component.html +++ b/src/app/features/administration/form/steps/step-one/step-one.component.html @@ -8,7 +8,7 @@
- +
@@ -41,7 +42,7 @@ #description matInput id="descr" - class="is-large is-full" + class="is-large is-full input" placeholder="Description" formControlName="description" required @@ -58,11 +59,15 @@
-
+
+ +
diff --git a/src/assets/i18n/FR.json b/src/assets/i18n/FR.json index 59313715..7fa7b650 100644 --- a/src/assets/i18n/FR.json +++ b/src/assets/i18n/FR.json @@ -34,7 +34,8 @@ "classic": "classique", "date": "spécial dates" }, - "choose_title": "Dont le titre sera", + "choose_title": "Renseignez un nom pour votre sondage", + "choose_title_label": "Nom de votre sondage (obligatoire)", "choose_title_placeholder": "titre", "choices_hint": "Utilisez les flèches haut ⬆️ et bas ⬇️ pour passer d'un choix à un autre", "name": "Je peux aussi préciser mon nom si je le souhaite", diff --git a/src/environments/endpoints.ts b/src/environments/endpoints.ts index 862b491d..2a3201c1 100644 --- a/src/environments/endpoints.ts +++ b/src/environments/endpoints.ts @@ -1,10 +1,10 @@ export const backendApiUrlsInDev = { // local: 'http://tktest.lan/api/v1', // remote: 'http://tktest.lan/api/v1', - // local: 'https://localhost:8000/api/v1', - local: 'https://framadate-api.cipherbliss.com/api/v1', - // remote: 'https://localhost:8000/api/v1', - remote: 'https://framadate-api.cipherbliss.com/api/v1', + local: 'https://localhost:8000/api/v1', + // local: 'https://framadate-api.cipherbliss.com/api/v1', + remote: 'https://localhost:8000/api/v1', + // remote: 'https://framadate-api.cipherbliss.com/api/v1', }; export const apiV1 = { // baseHref: 'https://localhost:8000/api/v1',