From 5dc10bb35123f5ef063219525a38a2ef5555609b Mon Sep 17 00:00:00 2001
From: matograine <matograine@zaclys.net>
Date: Tue, 26 Apr 2022 20:32:34 +0200
Subject: [PATCH] fix title translation string on license and questions pages

---
 source/files/licence.html   | 4 ++--
 source/files/questions.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/source/files/licence.html b/source/files/licence.html
index 20c90d8..688f66c 100644
--- a/source/files/licence.html
+++ b/source/files/licence.html
@@ -18,7 +18,7 @@
       </ul>
       <div class="nav-wrapper cyan darken-2">
         <a id="title-center" href="#" class="brand-logo center hide-on-med-and-down" style="display: block;"><img width="60" height="60" style="vertical-align:middle;" src="../img/v-cercle.svg"/>
-          <span style="vertical-align:middle; display:inline;">ViĞnette</span>
+          <span style="vertical-align:middle; display:inline;">__MAIN_TITLE__</span>
         </a>
         <div class="brand-logo left">
           <a href="#" data-target="nav-mobile" class="sidenav-trigger valign-wrapper">
@@ -28,7 +28,7 @@
               <line x1="4" y1="12" x2="20" y2="12" />
               <line x1="4" y1="18" x2="20" y2="18" />
             </svg>
-            <p>&nbsp;ViĞnette</p>
+            <p>&nbsp;__MAIN_TITLE__</p>
           </a>
         </div>
         <!-- menu -->
diff --git a/source/files/questions.html b/source/files/questions.html
index b4e4169..66fb8f4 100644
--- a/source/files/questions.html
+++ b/source/files/questions.html
@@ -18,7 +18,7 @@
       </ul>
       <div class="nav-wrapper cyan darken-2">
         <a id="title-center" href="#" class="brand-logo center hide-on-med-and-down" style="display: block;"><img width="60" height="60" style="vertical-align:middle;" src="../img/v-cercle.svg"/>
-          <span style="vertical-align:middle; display:inline;">ViĞnette</span>
+          <span style="vertical-align:middle; display:inline;">__MAIN_TITLE__</span>
         </a>
         <div class="brand-logo left">
           <a href="#" data-target="nav-mobile" class="sidenav-trigger valign-wrapper">
@@ -28,7 +28,7 @@
               <line x1="4" y1="12" x2="20" y2="12" />
               <line x1="4" y1="18" x2="20" y2="18" />
             </svg>
-            <p>&nbsp;ViĞnette</p>
+            <p>&nbsp;__MAIN_TITLE__</p>
           </a>
         </div>
         <!-- menu -->
-- 
GitLab