Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Tooter - Mastodon Account - fix #270
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Dec 1, 2017
1 parent 137e197 commit 77e3e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions th_mastodon/templates/mastodon/edit_consumer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3><span class="glyphicon glyphicon-edit"></span> {% trans 'Edition of the prop
{% if form.screen.errors %}
<div class="col-sm-offset-1 col-sm-6 alert alert-danger" role="alert">{{ form.screen.errors }}</div>
{% endif %}
<label for="id_tooter" class="col-sm-2 control-label">{% trans "Tooter" %}</label>
<label for="id_tooter" class="col-sm-2 control-label">{% trans "Mastodon Username" %}</label>
<div class="col-sm-6">{{ form.tooter }}</div>
<div class="col-sm-offset-2 col-sm-6">{% trans "Put the name of a user (@user@masto.tld) you want to get his Toots" %}</div>
</div>
Expand All @@ -40,7 +40,7 @@ <h3><span class="glyphicon glyphicon-edit"></span> {% trans 'Edition of the prop
{% endif %}
<label for="id_fav" class="col-sm-2 control-label">{% trans "Save the favorites" %}</label>
<div class="col-sm-6">{{ form.fav }}</div>
<div class="col-sm-offset-2 col-sm-6">{% trans "Save the favorite of the 'Tooter' you filled above" %}</div>
<div class="col-sm-offset-2 col-sm-6">{% trans "Save the Username's favorites of you filled above" %}</div>
</div>

<div class="form-group form-actions">
Expand All @@ -51,4 +51,4 @@ <h3><span class="glyphicon glyphicon-edit"></span> {% trans 'Edition of the prop
</fieldset>
</form>
</div>
{% endblock %}
{% endblock %}

0 comments on commit 77e3e43

Please sign in to comment.