Some small translation improvements

This commit is contained in:
Roland Geider
2017-02-15 22:20:24 +01:00
parent b5b1081e95
commit c21bbf95df

View File

@@ -4,8 +4,14 @@
{% block title %}{% trans "Add your fitbit account" %}{% endblock %}
{% block content %}
<p>To synchronize your Wger weight data with Fitbit click the button below. You will be redirected to the authorization
where you can grant Wger permission to access your data.
<p>{% blocktrans trimmed %}
To synchronize your fitbit weight data with wger click the button below. You
will be redirected to an authorization page where you can grant wger
permission to read your data.
{% endblocktrans %}
</p>
<a href="{{ fitbit_auth_link }}" class="btn btn-default"> Sync with Fitbit. </a>
{% endblock %}
<p>
<a href="{{ fitbit_auth_link }}" class="btn btn-default">{% trans "Sync with Fitbit" %}</a>
</p>
{% endblock %}