summaryrefslogtreecommitdiffstats
path: root/install/ui/src
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 /install/ui/src
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 'install/ui/src')
-rw-r--r--install/ui/src/freeipa/navigation/menu_spec.js2
1 files changed, 1 insertions, 1 deletions
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' }
},