diff --git a/wger/core/templates/user/add_fitbit.html b/wger/core/templates/user/add_fitbit.html index 5ae0cef37..7a040e382 100644 --- a/wger/core/templates/user/add_fitbit.html +++ b/wger/core/templates/user/add_fitbit.html @@ -4,8 +4,14 @@ {% block title %}{% trans "Add your fitbit account" %}{% endblock %} {% block content %} -

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. +

{% 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 %}

- Sync with Fitbit. -{% endblock %} \ No newline at end of file + +

+ {% trans "Sync with Fitbit" %} +

+{% endblock %}