diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-03-01 12:52:57 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-03-01 12:52:57 +0000 |
commit | 2f098b7333be856d042fff4293f2fc3cfb8ca131 (patch) | |
tree | 84758b4a8d7856adc642b9cf9dfafd3c88bf555f | |
parent | b1d10a41d5fbe4ba3334255fd8496e1d87e99afe (diff) | |
download | troggle-2f098b7333be856d042fff4293f2fc3cfb8ca131.tar.gz troggle-2f098b7333be856d042fff4293f2fc3cfb8ca131.tar.bz2 troggle-2f098b7333be856d042fff4293f2fc3cfb8ca131.zip |
bug fix, missing form field.
-rw-r--r-- | core/views/wallets_edit.py | 1 |
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", } |