From e5ee6a4bd748cd89bb07de2aa289d7ce88b91efe Mon Sep 17 00:00:00 2001 From: Cefin Date: Fri, 3 Dec 2021 14:13:50 +0000 Subject: rapid action on person record add account #5216 part two --- ishtar_common/models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar_common/models.py') 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, ), -- cgit v1.2.3