X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f2d00f9d7d5d28149707f66c719b28edfe51aed..303b118d8ffc0ed2285166e362a91774f64ad807:/forum/skins/default/templates/users/subscriptions.html diff --git a/forum/skins/default/templates/users/subscriptions.html b/forum/skins/default/templates/users/subscriptions.html index df37d3d..a6a93e3 100644 --- a/forum/skins/default/templates/users/subscriptions.html +++ b/forum/skins/default/templates/users/subscriptions.html @@ -8,20 +8,21 @@

{% trans "Notifications and subscription settings" %}

{% blocktrans %} - Here you can decide which types of notifications you wish to receive, and it's frequency.
+ Here you can decide which types of notifications you wish to receive, and their frequency.
{% endblocktrans %} {% if notificatons_on %} {% blocktrans %} - Currently you have notifications enabled. You can always stop all notifications without loosing your settings and restart them afterwards.
+ Currently you have notifications enabled. You can always stop all notifications without losing your settings and restart them afterwards.
{% endblocktrans %} {% else %} {% blocktrans %} - Currently you have notifications disabled. You can enable them clicking on the Start notifications button bellow.
+ Currently you have notifications disabled. You can enable them by clicking on the Start notifications button below.
{% endblocktrans %} {% endif %}

+ {{ form.errors }} + + +
@@ -108,7 +109,12 @@
- {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replys to one of my comments on any post using the
@username
notation" %} + {{ form.notify_reply_to_comments }}{% trans "Notify me when someone replies to one of my comments on any post using the
@username
notation" %} +
+ {{ form.send_digest }}{% trans "Send me the daily digest with information about the site activity" %}