Skip to content
Snippets Groups Projects
Commit 0d21f9a3 authored by matograine's avatar matograine
Browse files

form title label

parent 277c8e6a
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"MAIN_PAGE_LIST_TEXT": "Un texte décrivant vos produits,", "MAIN_PAGE_LIST_TEXT": "Un texte décrivant vos produits,",
"MAIN_PAGE_LIST_IMAGE": "Une image de votre choix.", "MAIN_PAGE_LIST_IMAGE": "Une image de votre choix.",
"MAIN_PAGE_FORM_TITLE": "Générez votre ViĞnette !", "MAIN_PAGE_FORM_TITLE": "Générez votre ViĞnette !",
"FORM_TITLE": "Titre",
"PUBKEY": "Clef publique", "PUBKEY": "Clef publique",
"INFORMATION": "Informations", "INFORMATION": "Informations",
"IMAGE": "Image", "IMAGE": "Image",
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<!--onsubmit="createVignette(event)"--> <!--onsubmit="createVignette(event)"-->
<div class="input-field"> <div class="input-field">
<label title="__FORM_HELP_TRANSFORM_G1__" <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>
<div class="input-field"> <div class="input-field">
<label title="__FORM_HELP_CHECKSUM__" for="pubkey">__PUBKEY__</label> <input type= <label title="__FORM_HELP_CHECKSUM__" for="pubkey">__PUBKEY__</label> <input type=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment