From 0d21f9a3df59a8de0048795b1589c8cf3be0dc91 Mon Sep 17 00:00:00 2001 From: matograine <matograine@zaclys.net> Date: Sun, 24 Apr 2022 20:24:54 +0200 Subject: [PATCH] form title label --- i18n/FR/html_translations.json | 1 + source/files/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/FR/html_translations.json b/i18n/FR/html_translations.json index 92b0fa6..3dea1f5 100644 --- a/i18n/FR/html_translations.json +++ b/i18n/FR/html_translations.json @@ -13,6 +13,7 @@ "MAIN_PAGE_LIST_TEXT": "Un texte décrivant vos produits,", "MAIN_PAGE_LIST_IMAGE": "Une image de votre choix.", "MAIN_PAGE_FORM_TITLE": "Générez votre ViĞnette !", + "FORM_TITLE": "Titre", "PUBKEY": "Clef publique", "INFORMATION": "Informations", "IMAGE": "Image", diff --git a/source/files/index.html b/source/files/index.html index 175fba7..2561416 100644 --- a/source/files/index.html +++ b/source/files/index.html @@ -102,7 +102,7 @@ <!--onsubmit="createVignette(event)"--> <div class="input-field"> <label title="__FORM_HELP_TRANSFORM_G1__" - for="title">Titre</label> <input type="text" id="title" name="title"><br> + for="title">__FORM_TITLE__</label> <input type="text" id="title" name="title"><br> </div> <div class="input-field"> <label title="__FORM_HELP_CHECKSUM__" for="pubkey">__PUBKEY__</label> <input type= -- GitLab