From fd4a3bc015461c1301d6ab4853849fc939adbac2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 21 Jan 2025 14:50:01 +0000 Subject: [PATCH] more explanation --- core/views/wallets_edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py index 990824c54..bc836330b 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}"