]> git.agnieray.net Git - galette.git/commitdiff
Missing text telemetry modal
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 8 Jun 2023 20:17:08 +0000 (22:17 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 8 Jun 2023 20:17:08 +0000 (22:17 +0200)
galette/templates/default/modals/telemetry.html.twig

index 79c5998b872a3b45a6d5ddbb8f38ae6966c7d988..c91138313d010e03f0d31a834a6558f9255942d2 100644 (file)
@@ -1,7 +1,8 @@
 {% if part == "dialog" %}
         <div id="telemetry_panel" class="texts_legend ui modal">
-            <div class="header">{{ _T("Telemetry data are <strong>anonymous</strong>; nothing about your organization or its members will be sent.") }}</div>
+            <div class="header"></div>
             <div class="scrolling content">
+                <p>{{ _T("Telemetry data are <strong>anonymous</strong>; nothing about your organization or its members will be sent.") }}</p>
                 <p>{{ _T("Nothing is automated in the process; it's up to you to send (or resend) data.") }}<br/>{{ _T("You can review below the raw data that would be send if you press the 'Send' button.") }}.<br/>{{ _T("Also note tha all data is sent over a <strong>HTTPS secured connection</strong>.") }}</p>
                 <div class="tdata">
                 </div>