From 28c7644980186f50ee007cd5c2f2edcf103eb942 Mon Sep 17 00:00:00 2001 From: Pavel Vomacka Date: Mon, 10 Oct 2016 09:19:32 +0200 Subject: 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 --- install/ui/src/freeipa/navigation/menu_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/src') diff --git a/install/ui/src/freeipa/navigation/menu_spec.js b/install/ui/src/freeipa/navigation/menu_spec.js index 1abd7204f..7d121d9ed 100644 --- a/install/ui/src/freeipa/navigation/menu_spec.js +++ b/install/ui/src/freeipa/navigation/menu_spec.js @@ -249,7 +249,7 @@ var nav = {}; }, { name: 'apibrowser', - label: 'API browser', + label: '@i18n:widget.api_browser', facet: 'apibrowser', args: { 'type': 'command' } }, -- cgit