changeset 302:60979d67eae7

bulma (invitation): use neutral "page" term as invitation manager is used not only for photo albums
author Goffi <goffi@goffi.org>
date Sat, 20 Feb 2021 13:37:25 +0100
parents ba6f0af3a3f9
children 877f01720036
files sat_templates/templates/bulma/invitation/manager.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/invitation/manager.html	Sat Feb 20 13:37:22 2021 +0100
+++ b/sat_templates/templates/bulma/invitation/manager.html	Sat Feb 20 13:37:25 2021 +0100
@@ -8,13 +8,13 @@
             <section class="section">
                 <div class="message is-info">
                     <div class="message-body">
-                        {% trans %}in this panel, you can manage people who can access this album, and send invitations{% endtrans %}
+                        {% trans %}in this panel, you can manage people who can access this page, and send invitations{% endtrans %}
                     </div>
                 </div>
             </section>
             <section class="section">
                 <div id="affiliations">
-                    <h4 class="title is-4">{% trans %}people who can access this album{% endtrans %}</h4>
+                    <h4 class="title is-4">{% trans %}people who can access this page{% endtrans %}</h4>
                 </div>
                 {% call form.form(id="invitation_form", class="mt-4") %}
                     {{ textbox.head(event_service, event_node, 'event') }}