From d329ec84b105c55abafc53db061bbfc57494c582 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 11 Aug 2020 18:24:59 -0700 Subject: Refactor navigation component We are anticipating necessary customizations to the app navigation for different environments. This refactoring will allow for a more programmatic approach. By abstracting the navigation into a JS object we can leverage the Vue mixin to isolate customizations while sharing a standard template and styles. There may be slight changes to data-test-id-* hooks. Signed-off-by: Yoshie Muranaka Change-Id: I0d095acfee29cfdd4ce1094b860d754f45dc6db9 --- src/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index de6dfce6..2d69a7b0 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -125,7 +125,7 @@ "snmpSettings": "SNMP settings", "sslCertificates": "SSL certificates", "unauthorized": "Unauthorized", - "virtualMedia": "Virtual Media" + "virtualMedia": "Virtual media" }, "pageChangePassword": { "changePassword": "Change password", -- cgit v1.2.3