diff options
author | Cefin <kevon@tuta.io> | 2021-12-03 14:13:50 +0000 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:49 +0200 |
commit | e5ee6a4bd748cd89bb07de2aa289d7ce88b91efe (patch) | |
tree | a1b119023bc2f8301846201ba107ebf64652a41a /ishtar_common/models.py | |
parent | d068c965592ba645d8d297ec0f6e9c6805d4fb9c (diff) | |
download | Ishtar-e5ee6a4bd748cd89bb07de2aa289d7ce88b91efe.tar.bz2 Ishtar-e5ee6a4bd748cd89bb07de2aa289d7ce88b91efe.zip |
rapid action on person record add account #5216 part two
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index f16b9ffc9..b06b927ba 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2920,9 +2920,9 @@ class Person(Address, Merge, OwnPerms, ValueGetter, MainItem): actions += [ ( reverse("account_creation", args=[self.pk]), - _("Create new user"), - "fa fa-user", - "", + _("Create new account"), + "fa fa-pencil", + _("Compte"), "", False, ), |