Add placeholders for the comment form in poll

This commit is contained in:
yflory
2017-10-12 12:18:32 +02:00
parent 95ad25973e
commit 50090a3af6
4 changed files with 15 additions and 7 deletions

View File

@@ -268,6 +268,7 @@ define(function () {
out.poll_comment_add = "Ajouter un commentaire";
out.poll_comment_submit = "Envoyer";
out.poll_comment_remove = "Supprimer ce commentaire";
out.poll_comment_placeholder = "Votre commentaire";
out.poll_comment_disabled = "Publiez ce sondage en utilisant le bouton ✓ afin d'activer les commentaires.";

View File

@@ -272,6 +272,7 @@ define(function () {
out.poll_comment_add = "Add a comment";
out.poll_comment_submit = "Send";
out.poll_comment_remove = "Delete this comment";
out.poll_comment_placeholder = "Your comment";
out.poll_comment_disabled = "Publish this poll using the ✓ button to enable the comments.";