summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-08-12 04:24:59 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-15 02:02:26 +0300
commitd329ec84b105c55abafc53db061bbfc57494c582 (patch)
tree247bd3d11306803a6bd0dc74fbcf828e60d3ec34 /src/locales
parentb771849c66ff5793905eb00c793eb846c5a7a1e0 (diff)
downloadwebui-vue-d329ec84b105c55abafc53db061bbfc57494c582.tar.xz
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 <yoshiemuranaka@gmail.com> Change-Id: I0d095acfee29cfdd4ce1094b860d754f45dc6db9
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json2
1 files changed, 1 insertions, 1 deletions
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",