Skip to content
Snippets Groups Projects
Commit 635c36c9 authored by DIALLO ABDOUL-AZIZ's avatar DIALLO ABDOUL-AZIZ
Browse files

Can translate placeholder

parent db8e1b50
Branches
No related merge requests found
......@@ -54,7 +54,7 @@ $project = $projects->getProject(intval($projectId));
<div class="form-control">
<label for="user-msg"><?= $trad["form-item"]["labelComment"] ?></label>
<textarea name="user-msg" id="user-msg" cols="30" rows="9" placeholder="Rédigez votre commentaire"></textarea>
<textarea name="user-msg" id="user-msg" cols="30" rows="9" placeholder="<?= $trad["form-item"]["commentPlaceholder"] ?>"></textarea>
<small>Error message</small>
</div>
<small><?= $trad["form-item"]["SuccessNotification"] ?></small>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment