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>
This commit is contained in:
Pavel Vomacka 2016-10-10 09:19:32 +02:00 committed by Martin Basti
parent 8683cbf124
commit 28c7644980
3 changed files with 3 additions and 1 deletions

View File

@ -249,7 +249,7 @@ var nav = {};
}, },
{ {
name: 'apibrowser', name: 'apibrowser',
label: 'API browser', label: '@i18n:widget.api_browser',
facet: 'apibrowser', facet: 'apibrowser',
args: { 'type': 'command' } args: { 'type': 'command' }
}, },

View File

@ -734,6 +734,7 @@
}, },
"true": "True", "true": "True",
"widget": { "widget": {
"api_browser": "API Browser",
"first": "First", "first": "First",
"last": "Last", "last": "Last",
"next": "Next", "next": "Next",

View File

@ -887,6 +887,7 @@ class i18n_messages(Command):
}, },
"true": _("True"), "true": _("True"),
"widget": { "widget": {
"api_browser": _("API Browser"),
"first": _("First"), "first": _("First"),
"last": _("Last"), "last": _("Last"),
"next": _("Next"), "next": _("Next"),