From ea3c46c92802812374562092f7412c382306f65f Mon Sep 17 00:00:00 2001
From: sasha-astiadi <sasha@incubaid.com>
Date: Tue, 20 Aug 2024 15:02:04 +0200
Subject: [PATCH] EDIT OW

---
 templates/partials/newsPosts.html | 2 +-
 templates/roles/single.html       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/partials/newsPosts.html b/templates/partials/newsPosts.html
index 75cda45..c3bda55 100644
--- a/templates/partials/newsPosts.html
+++ b/templates/partials/newsPosts.html
@@ -7,7 +7,7 @@
   {% set path_array = current_path | split(pat="/") %}
   {% set taxonomy = path_array[1] %}
   {% set category = path_array[2] %}
-    The Latest from OurWorld Free Zone   
+    The Latest from TF9   
     {% if taxonomy == "news-category" %} - 
         {{category | replace(from='-', to=' ' ) | title}}
     {% endif %}
diff --git a/templates/roles/single.html b/templates/roles/single.html
index f089d8c..36bea2e 100644
--- a/templates/roles/single.html
+++ b/templates/roles/single.html
@@ -19,7 +19,7 @@
             <p class="my-4">{{config.extra.taxonomies["roles"][term.name].description}}</p>
         </div>
         <hr />
-        <h3 class="text-black text-lg">{{term.name}} @ Ourworld</h3>
+        <h3 class="text-black text-lg">{{term.name}} @ TF9</h3>
         {% for page in term.pages %}
             {% include "partials/pageBox.html"%}
         {% endfor %}