diff --git a/src/App.vue b/src/App.vue
index 99781f5..0d90466 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -6,7 +6,7 @@ import Navbar from '@/components/Navbar.vue'
import ConfigSelect from '@/components/ConfigSelect.vue'
import { ref } from 'vue'
-const currentConfigPage = ref('program_settings')
+const currentConfigPage = ref('profile_settings')
diff --git a/src/components/ConfigPane.vue b/src/components/ConfigPane.vue
index 64cc030..ec455d7 100644
--- a/src/components/ConfigPane.vue
+++ b/src/components/ConfigPane.vue
@@ -16,7 +16,7 @@
\ No newline at end of file
diff --git a/src/components/config/ProgramConfig.vue b/src/components/config/ProfileConfig.vue
similarity index 83%
rename from src/components/config/ProgramConfig.vue
rename to src/components/config/ProfileConfig.vue
index dd15e20..2c17c6f 100644
--- a/src/components/config/ProgramConfig.vue
+++ b/src/components/config/ProfileConfig.vue
@@ -8,7 +8,7 @@
- {{ $t('config_options.program_settings.connection_type.title') }}
+ {{ $t('config_options.profile_settings.connection_type.title') }}
@@ -21,7 +21,7 @@
{{ $t('config_options.program_settings.connection_type.usb')
+ class="text-xs leading-3 text-wrap">{{ $t('config_options.profile_settings.connection_type.usb')
}}
@@ -31,7 +31,7 @@
- {{ $t('config_options.program_settings.connection_type.midi') }}
+ {{ $t('config_options.profile_settings.connection_type.midi') }}
@@ -48,7 +48,7 @@
-
{{ $t('config_options.program_settings.profile_properties.title')
+ {{ $t('config_options.profile_settings.profile_properties.title')
}}
@@ -58,10 +58,10 @@
@@ -95,7 +95,7 @@
- {{ $t('config_options.program_settings.internal_profile_toggle.title') }}
+ {{ $t('config_options.profile_settings.internal_profile_toggle.title') }}
- {{ $t('config_options.program_settings.internal_profile_toggle.subtitle') }}
+ {{ $t('config_options.profile_settings.internal_profile_toggle.subtitle') }}
- {{ $t('config_options.program_settings.internal_profile_toggle.operation')
+ {{ $t('config_options.profile_settings.internal_profile_toggle.operation')
}}: SHIFT + Fn3 + Rotation
- {{ $t('config_options.program_settings.internal_profile_toggle.warning') }}
+ {{ $t('config_options.profile_settings.internal_profile_toggle.warning') }}
diff --git a/src/lang/en.json b/src/lang/en.json
index 4cd9ad5..5edaf96 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -52,7 +52,7 @@
"subtitle": "Assign function to Knob and Keys",
"title": "Mapping Configuration"
},
- "program_settings": {
+ "profile_settings": {
"connection_type": {
"midi": "Standalone MIDI I/O",
"title": "Connection Type",
@@ -65,13 +65,13 @@
"warning": "Warning: Overrides software defined macro if combination is the same"
},
"profile_properties": {
- "program_description": "Program Description",
- "program_name": "Program Name",
+ "profile_description": "Profile Description",
+ "profile_name": "Profile Name",
"show_description": "Show Description in GUI",
"title": "Profile Properties"
},
"subtitle": "Operation mode and Profile Naming",
- "title": "Program Settings"
+ "title": "Profile Settings"
},
"title": "Configuration Options"
},