summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/test/data/ipa_init.json4
-rw-r--r--ipalib/plugins/internal.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 37550b2fb..9c5abb803 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -216,7 +216,7 @@
},
"group": {
"details": "Group Settings",
- "posix": "Is this a POSIX group?"
+ "posix": "POSIX group"
},
"hbacrule": {
"any_host": "Any Host",
@@ -253,7 +253,7 @@
"cn": "Host Name",
"delete_key_unprovision": "Delete Key, Unprovision",
"details": "Host Settings",
- "enrolled": "Enrolled?",
+ "enrolled": "Enrolled",
"enrollment": "Enrollment",
"fqdn": "Fully Qualified Host Name",
"keytab": "Kerberos Key",
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 843d71f78..805f458a2 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -353,7 +353,7 @@ class i18n_messages(Command):
},
"group": {
"details": _("Group Settings"),
- "posix": _("Is this a POSIX group?"),
+ "posix": _("POSIX group"),
},
"hbacrule": {
"any_host": _("Any Host"),
@@ -391,7 +391,7 @@ class i18n_messages(Command):
"cn": _("Host Name"),
"delete_key_unprovision": _("Delete Key, Unprovision"),
"details": _("Host Settings"),
- "enrolled": _("Enrolled?"),
+ "enrolled": _("Enrolled"),
"enrollment": _("Enrollment"),
"fqdn": _("Fully Qualified Host Name"),
"keytab": _("Kerberos Key"),