summaryrefslogtreecommitdiffstats
path: root/install/ui
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
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')
-rw-r--r--install/ui/src/freeipa/navigation/menu_spec.js2
-rw-r--r--install/ui/test/data/ipa_init.json1
2 files changed, 2 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' }
},
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 99851ab7a..514206a0c 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -734,6 +734,7 @@
},
"true": "True",
"widget": {
+ "api_browser": "API Browser",
"first": "First",
"last": "Last",
"next": "Next",