]> git.agnieray.net Git - galette.git/commitdiff
Fix typo in translatable string
authorGuillaume AGNIERAY <dev@agnieray.net>
Mon, 6 Nov 2023 00:00:01 +0000 (01:00 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 6 Nov 2023 06:15:40 +0000 (07:15 +0100)
galette/install/steps/telemetry.php
galette/templates/default/modals/telemetry.html.twig

index 3ec281286d1fb41bc8cbc7aa67e1c4910252d50f..ff3629de9e685275bc96a55c6b21eb76547730e5 100644 (file)
@@ -69,7 +69,7 @@ if (!$telemetry->isRegistered()) {
         <div class="ui message scrolling content">
             <p><?php echo _T("Telemetry data are <strong>anonymous</strong>; nothing about your organization or its members will be sent."); ?></p>
             <p>
-                <?php echo _T("Also note tha all data is sent over a <strong>HTTPS secured connection</strong>."); ?>
+                <?php echo _T("Also note that all data are sent over a <strong>HTTPS secured connection</strong>."); ?>
             </p>
             <div class="tdata">
             </div>
index c18499f30d36a9f3ac2239501ddea673b02e0909..4ac75925e294cb5e89d8e3fb5621798d583c7a9d 100644 (file)
@@ -3,7 +3,7 @@
             <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>
+                <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 that all data are sent over a <strong>HTTPS secured connection</strong>.") }}</p>
                 <div class="tdata">
                 </div>
             </div>