From 18aa8523ab6136ce4e2be7a1caaf49f894f5dda9 Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Fri, 1 Mar 2024 17:33:36 +0100
Subject: [PATCH] jslicenses/templates: Reword the sentences introducing Web
 Labels table

---
 swh/web/jslicenses/templates/jslicenses.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/swh/web/jslicenses/templates/jslicenses.html b/swh/web/jslicenses/templates/jslicenses.html
index 4dd37430a..f4c28548e 100644
--- a/swh/web/jslicenses/templates/jslicenses.html
+++ b/swh/web/jslicenses/templates/jslicenses.html
@@ -19,9 +19,10 @@ See top-level LICENSE file for more information
 
 {% block content %}
   <p>
-    This page states the licenses of all the JavaScript files loaded by that web application.
-    The loaded JavaScript files correspond to bundles concatenating multiple source files.
-    You can find the details of the content of each bundle in the <a href="https://www.gnu.org/licenses/javascript-labels.html">Web Labels</a> table below.
+    This page states the licenses of all the JavaScript files that might be loaded by that web
+    application. The loaded JavaScript files can correspond to bundles concatenating multiple
+    source files. You can find the details of the content of each bundle in the
+    <a href="https://www.gnu.org/licenses/javascript-labels.html">Web Labels</a> table below.
   </p>
   <table id="jslicense-labels1"
          class="table swh-table swh-table-striped"
-- 
GitLab