summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-03-01 12:52:57 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-03-01 12:52:57 +0000
commit2f098b7333be856d042fff4293f2fc3cfb8ca131 (patch)
tree84758b4a8d7856adc642b9cf9dfafd3c88bf555f /core
parentb1d10a41d5fbe4ba3334255fd8496e1d87e99afe (diff)
downloadtroggle-2f098b7333be856d042fff4293f2fc3cfb8ca131.tar.gz
troggle-2f098b7333be856d042fff4293f2fc3cfb8ca131.tar.bz2
troggle-2f098b7333be856d042fff4293f2fc3cfb8ca131.zip
bug fix, missing form field.
Diffstat (limited to 'core')
-rw-r--r--core/views/wallets_edit.py1
1 files changed, 1 insertions, 0 deletions
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",
}