summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py6
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,
),