diff --git a/i18n/FR/html_translations.json b/i18n/FR/html_translations.json index 92b0fa6e84d3d7f87ec2ee5b2ef8f8385f10fa4a..3dea1f51c6768354e84e1b5435b8d4437848ba11 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 175fba7109de924c99de7c90c8e4d00982172089..256141652bf45088b8cd2d5ec5ae561535bdf69e 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=