Skip to content

Commit

Permalink
Changing the text for better explanation of the publicity of a message
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed Jan 5, 2015
1 parent 35f2a01 commit 24e3c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<tr>
<td>{{ message.subject }}</td>
<td>{{ message.content|truncatechars:50|linebreaksbr }}</td>
<td><div class="explanation" data-toggle="tooltip" data-placement="left" title="{% if message.public %}{% trans 'This message can be seen by everyone' %}{% else %}{% trans 'This message can not be seen by everyone' %}{% endif %}"><i class="fa {% if message.public %}fa-eye{% else %}fa-eye-slash{% endif %}"></i></div></td>
<td><div class="explanation" data-toggle="tooltip" data-placement="left" title="{% if message.public %}{% trans 'This message can be seen by everyone' %}{% else %}{% trans 'TThis message can be seen by you only' %}{% endif %}"><i class="fa {% if message.public %}fa-eye{% else %}fa-eye-slash{% endif %}"></i></div></td>
<td><div class="explanation" data-toggle="tooltip" data-placement="left" title="{% if message.confirmated %}{% trans 'The author of this email has confirmed that this was sent from her/his email' %}{% else %}{% trans 'The author of this email has not confirmed that this was sent from her/his email' %}{% endif %}"><i class="fa {% if message.confirmated %}fa-check-circle-o{% else %}fa-times-circle-o{% endif %}"></i></div></td>
{% if writeitinstance.moderation_needed_in_all_messages %}
{% if message.moderated %}
Expand Down

0 comments on commit 24e3c16

Please sign in to comment.