From fac748d2e24e5765c43350a247f2c92856c96b2d Mon Sep 17 00:00:00 2001
From: Philip Sargent <philip.sargent@klebos.com>
Date: Sun, 13 Mar 2022 23:48:22 +0000
Subject: [PATCH] Better table titles

---
 core/TESTS/tests.py     | 4 ++--
 templates/dwgfiles.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/TESTS/tests.py b/core/TESTS/tests.py
index 98c85f4..4af5fa0 100644
--- a/core/TESTS/tests.py
+++ b/core/TESTS/tests.py
@@ -407,7 +407,7 @@ class PageTests(TestCase):
         self.assertEqual(response.status_code, 200)
         content = response.content.decode()
         for ph in [ r'All Tunnel and Therion files',
-                r'<th>Scans folder</th><th>Scan files</th><th>Frames</th></tr>']:
+                r'<th>Wallets</th><th>Scan files in the wallets</th><th>Frames</th></tr>']:
             phmatch    = re.search(ph, content)
             self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph +"'")
 
@@ -417,7 +417,7 @@ class PageTests(TestCase):
         self.assertEqual(response.status_code, 200)
         content = response.content.decode()
         for ph in [ r'All Tunnel and Therion files',
-                r'<th>Scans folder</th><th>Scan files</th><th>Frames</th></tr>']:
+                r'<th>Wallets</th><th>Scan files in the wallets</th><th>Frames</th></tr>']:
             phmatch    = re.search(ph, content)
             self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph +"'")
 
diff --git a/templates/dwgfiles.html b/templates/dwgfiles.html
index f2ca2d0..6367ad2 100644
--- a/templates/dwgfiles.html
+++ b/templates/dwgfiles.html
@@ -4,7 +4,7 @@
 
 <h3>All Tunnel and Therion files - linked to wallets, survey scans, frames and scraps</h3>
 <table  style="font-size: 85%" width=95%>
-<tr><th>File</th><th>Size</th><th>Paths</th><th>Scans folder</th><th>Scan files</th><th>Frames</th></tr>
+<tr><th>File</th><th>Size</th><th>Paths</th><th>Wallets</th><th>Scan files in the wallets</th><th>Frames</th></tr>
 
 {% for dwgfile in dwgfiles %}
   <tr>