summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-08-11 17:01:41 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2024-08-11 17:03:13 +0300
commitd57e49b5b26be3107a062e940699a98d28e40f54 (patch)
treee9c907ff8210156e98dbdfe4641507b1268d754a
parentaaabcafcfef92a43a9099dcd2f592f85eeb5283c (diff)
downloadtroggle-d57e49b5b26be3107a062e940699a98d28e40f54.tar.gz
troggle-d57e49b5b26be3107a062e940699a98d28e40f54.tar.bz2
troggle-d57e49b5b26be3107a062e940699a98d28e40f54.zip
Label changed
-rw-r--r--core/views/wallets_edit.py2
-rw-r--r--templates/walletform.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py
index 9dc3971..b7b03b6 100644
--- a/core/views/wallets_edit.py
+++ b/core/views/wallets_edit.py
@@ -234,7 +234,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl):
# Website
if not waldata["website updated"]:
complaints.append(
- "The cave description website is marked as needing updating using the guidebook description from the survex file. Tick the 'Website updated' checkbox when this is done."
+ "The cave description webpage is marked as needing updating using the guidebook description from the survex file. Tick the 'Cave Description wepage updated' checkbox when this is done."
)
# Find the cave, if it exists
diff --git a/templates/walletform.html b/templates/walletform.html
index eacbfcb..9aecada 100644
--- a/templates/walletform.html
+++ b/templates/walletform.html
@@ -223,7 +223,7 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why
<label for="qmsw">QMs written (or none seen) ?</label>
<input {% if not user.username %} disabled{% endif %} type="checkbox" name="qmsw" id="qmsw" value="True" {% if "qms written" in checked %}checked{% endif %}>
<br>
- <label for="websiteupt">Website updated ?</label>
+ <label for="websiteupt">Cave Description wepage updated ?</label>
<input {% if not user.username %} disabled{% endif %} type="checkbox" name="websiteupt" id="websiteupt" value="True" {% if "website updated" in checked %}checked{% endif %}>
<br>
<label for="electronic">Electronic survey (upload digital data files) ?</label>