summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 4cce2c607..f234f66a1 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -627,6 +627,9 @@ class i18n_messages(Command):
"truststatus": _("Trust status"),
"trusttype": _("Trust type"),
},
+ "trustconfig": {
+ "options": _("Options"),
+ },
"user": {
"account": _("Account Settings"),
"account_status": _("Account Status"),
@@ -687,6 +690,7 @@ class i18n_messages(Command):
"policy": _("Policy"),
"role": _("Role Based Access Control"),
"sudo": _("Sudo"),
+ "trust": _("Trusts"),
},
"true": _("True"),
"widget": {