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 | 6e3154da7b576416c5834a703e22d19a67d8caf5 (patch) | |
tree | a1b119023bc2f8301846201ba107ebf64652a41a /ishtar_common/models.py | |
parent | 77c11abadbd5b5083b40b26b44be6b444e402a4f (diff) | |
download | Ishtar-6e3154da7b576416c5834a703e22d19a67d8caf5.tar.bz2 Ishtar-6e3154da7b576416c5834a703e22d19a67d8caf5.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, ), |