diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 98e4cb7..43aa600 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -1,7 +1,7 @@ - + ZERO/ONE Haptic Configuration Tool diff --git a/src/components/ProfileManager.vue b/src/components/ProfileManager.vue index c1d2081..252e43e 100644 --- a/src/components/ProfileManager.vue +++ b/src/components/ProfileManager.vue @@ -13,20 +13,18 @@ - \ No newline at end of file diff --git a/src/lang/en.json b/src/lang/en.json index 11acc70..b6638b8 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -54,24 +54,24 @@ }, "program_settings": { "connection_type": { + "midi": "Standalone MIDI I/O", "title": "Connection Type", - "usb": "USB (Virtual HID)", - "midi": "Standalone MIDI I/O" - }, - "subtitle": "Operation mode and Profile Naming", - "title": "Program Settings", - "profile_properties": { - "title": "Profile Properties", - "program_name": "Program Name", - "program_description": "Program Description", - "show_description": "Show Description in GUI" + "usb": "USB (Virtual HID)" }, "internal_profile_toggle": { - "title": "Internal Profile Toggle", + "operation": "Operation", "subtitle": "Hardcoded macro that allows you to quickly toggle between stored profiles , comes handy if you want to operate device in Standalone mode.", - "warning": "Warning: Overrides software defined macro if combination is the same", - "operation": "Operation" - } + "title": "Internal Profile Toggle", + "warning": "Warning: Overrides software defined macro if combination is the same" + }, + "profile_properties": { + "program_description": "Program Description", + "program_name": "Program Name", + "show_description": "Show Description in GUI", + "title": "Profile Properties" + }, + "subtitle": "Operation mode and Profile Naming", + "title": "Program Settings" }, "title": "Configuration Options" }, @@ -92,6 +92,6 @@ }, "profiles": { "subtitle": "Customize to your heart's content", - "title": "Profiles" + "title": "Device Profiles" } } \ No newline at end of file
Haptic Configuration Tool