summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-10-10 09:19:32 +0200
committerMartin Basti <mbasti@redhat.com>2016-10-11 17:24:43 +0200
commit28c7644980186f50ee007cd5c2f2edcf103eb942 (patch)
treeaba8d6a2179863449c609e4c449f9ebdc8696e41 /ipaserver/plugins
parent8683cbf1242230fff8cd94da8aa27b27e9307535 (diff)
downloadfreeipa-28c7644980186f50ee007cd5c2f2edcf103eb942.tar.gz
freeipa-28c7644980186f50ee007cd5c2f2edcf103eb942.tar.xz
freeipa-28c7644980186f50ee007cd5c2f2edcf103eb942.zip
WebUI: fix API Browser menu label
The label of API Browser is now in translatable strings and it has uppercase B at the beginnig of second word. https://fedorahosted.org/freeipa/ticket/6384 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 530458de7..6107a142e 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -887,6 +887,7 @@ class i18n_messages(Command):
},
"true": _("True"),
"widget": {
+ "api_browser": _("API Browser"),
"first": _("First"),
"last": _("Last"),
"next": _("Next"),