summaryrefslogtreecommitdiffstats
path: root/core/views
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-21 14:50:01 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-21 14:50:01 +0000
commitfd4a3bc015461c1301d6ab4853849fc939adbac2 (patch)
tree1c59058322ce06ee14e89964a3621149a0f72c6b /core/views
parent8ac3791fcf86bb6ac6e75b75f386550095827d31 (diff)
downloadtroggle-fd4a3bc015461c1301d6ab4853849fc939adbac2.tar.gz
troggle-fd4a3bc015461c1301d6ab4853849fc939adbac2.tar.bz2
troggle-fd4a3bc015461c1301d6ab4853849fc939adbac2.zip
more explanation
Diffstat (limited to 'core/views')
-rw-r--r--core/views/wallets_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py
index 990824c..bc83633 100644
--- a/core/views/wallets_edit.py
+++ b/core/views/wallets_edit.py
@@ -186,7 +186,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl):
except:
file_complaint = (
f"{wallet} Survex file {sx} exists, but is not registered in the database {sxpath}. How?!.." +
- f"\nOK, no need to do a database reset. To fix this, open and save the survex file. This will register it in the live database."
+ f"\nOK, no need to do a database reset. To fix this, open and save the survex file by clicking on the link to it below. This will register it in the live database."
)
complaints.append(file_complaint)
message = f"! {file_complaint}"