diff --git a/bookwyrm/templates/annual_summary/layout.html b/bookwyrm/templates/annual_summary/layout.html index b4089e8bc..f9d289f73 100644 --- a/bookwyrm/templates/annual_summary/layout.html +++ b/bookwyrm/templates/annual_summary/layout.html @@ -48,7 +48,9 @@
-

Share this page

+ + {% trans "Share this page" %} +
@@ -63,29 +65,29 @@ {% if year_key %}
-

Sharing status: public with key

-

The page can be seen by anyone with the complete address.

+

{% trans "Sharing status: public with key" %}

+

{% trans "The page can be seen by anyone with the complete address." %}

{% csrf_token %} - +
{% else %}
-

Sharing status: private

-

The page is private, only you can see it.

+

{% trans "Sharing status: private" %}

+

{% trans "The page is private, only you can see it." %}

{% csrf_token %} - +
{% endif %} -

When you make your page private, the old key won’t give access to the page anymore. A new key will be created if the page is once again made public.

+

{% trans "When you make your page private, the old key won’t give access to the page anymore. A new key will be created if the page is once again made public." %}

{% endif %}