diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-04 16:19:19 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:56 +0100 |
commit | 6d690a9d3a873d98bb0da72a2b7e860b4dc3bbd3 (patch) | |
tree | 06a1746d9523b6a94853c695c50c143dca82f8f0 /locale | |
parent | 6b795bef1dd997e9f427cd9652e343b164f7435d (diff) | |
download | Ishtar-6d690a9d3a873d98bb0da72a2b7e860b4dc3bbd3.tar.bz2 Ishtar-6d690a9d3a873d98bb0da72a2b7e860b4dc3bbd3.zip |
🐛 prevent bulk update when no permission is set (refs #6098)
Diffstat (limited to 'locale')
-rw-r--r-- | locale/fr/LC_MESSAGES/django.po | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index ce26be46c..a2771818f 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -15316,10 +15316,8 @@ msgid "Profile(s)" msgstr "Profil(s)" #: ishtar_common/templates/ishtar/sheet_ishtaruser.html:79 -#, fuzzy -#| msgid "Permissions" msgid "Permission(s)" -msgstr "Permissions" +msgstr "Permission(s)" #: ishtar_common/templates/ishtar/sheet_ishtaruser.html:91 msgid "Account administrator: all permissions are granted." |