diff options
Diffstat (limited to 'ipaserver/plugins/internal.py')
-rw-r--r-- | ipaserver/plugins/internal.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py index acd417b3f..d8328ecab 100644 --- a/ipaserver/plugins/internal.py +++ b/ipaserver/plugins/internal.py @@ -250,6 +250,10 @@ class i18n_messages(Command): "update": _("Update"), "view": _("View"), }, + "customization": { + "customization": _("Customization"), + "table_pagination": _("Pagination Size"), + }, "details": { "collapse_all": _("Collapse All"), "expand_all": _("Expand All"), |