mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
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:
parent
8683cbf124
commit
28c7644980
@ -249,7 +249,7 @@ var nav = {};
|
||||
},
|
||||
{
|
||||
name: 'apibrowser',
|
||||
label: 'API browser',
|
||||
label: '@i18n:widget.api_browser',
|
||||
facet: 'apibrowser',
|
||||
args: { 'type': 'command' }
|
||||
},
|
||||
|
@ -734,6 +734,7 @@
|
||||
},
|
||||
"true": "True",
|
||||
"widget": {
|
||||
"api_browser": "API Browser",
|
||||
"first": "First",
|
||||
"last": "Last",
|
||||
"next": "Next",
|
||||
|
@ -887,6 +887,7 @@ class i18n_messages(Command):
|
||||
},
|
||||
"true": _("True"),
|
||||
"widget": {
|
||||
"api_browser": _("API Browser"),
|
||||
"first": _("First"),
|
||||
"last": _("Last"),
|
||||
"next": _("Next"),
|
||||
|
Loading…
Reference in New Issue
Block a user