summaryrefslogtreecommitdiffstats
path: root/core/views/wallets_edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/wallets_edit.py')
-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}"