From 11a6e568b9be802398d2d266f8924e2e86c5f440 Mon Sep 17 00:00:00 2001 From: oluceps Date: Thu, 14 Mar 2024 00:30:49 +0800 Subject: [PATCH] improve juicity plugin config title --- js/plugin_juicity/juicity.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/js/plugin_juicity/juicity.js b/js/plugin_juicity/juicity.js index 404e219..d87b6a1 100644 --- a/js/plugin_juicity/juicity.js +++ b/js/plugin_juicity/juicity.js @@ -70,41 +70,41 @@ class juicityClass { preferences: [ { type: "EditTextPreference", - key: "serverAddress", + key: "Server", icon: "ic_hardware_router", }, { type: "EditTextPreference", - key: "serverPort", + key: "Remote Port", icon: "ic_maps_directions_boat", EditTextPreferenceModifiers: "Port", }, // { "type": "EditTextPreference", - "key": "uuid", + "key": "UUID", "icon": "ic_baseline_person_24", }, { "type": "EditTextPreference", - "key": "password", + "key": "Password", "icon": "ic_settings_password", "summaryProvider": "PasswordSummaryProvider", }, // { "type": "EditTextPreference", - "key": "sni", + "key": "Server Name Indication", "icon": "ic_action_copyright" }, { "type": "SwitchPreference", - "key": "allowInsecure", + "key": "Allow Insecure", "icon": "ic_notification_enhanced_encryption", }, { "type": "EditTextPreference", - "key": "congestionControl", + "key": "Congestion Control", "icon": "ic_baseline_stream_24", }, ],