From 2f098b7333be856d042fff4293f2fc3cfb8ca131 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 1 Mar 2025 12:52:57 +0000 Subject: bug fix, missing form field. --- core/views/wallets_edit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py index 3f9e98d..9babbb2 100644 --- a/core/views/wallets_edit.py +++ b/core/views/wallets_edit.py @@ -118,6 +118,7 @@ xlate = { "psg": "name", # a name for this wallet "freetext": "free text", "survex": "survex file", + "identified_login": "you are logged-in individually", "who_are_you": "editor of this commit", } -- cgit v1.2.3