From a0728fa951104f48a47af2707ee376aab366003c Mon Sep 17 00:00:00 2001 From: daplugg23 Date: Thu, 5 Feb 2026 14:59:50 -0600 Subject: [PATCH] fix(i18n): remove duplicate ui_settings and update_settings keys --- common/src/main/assets/lang/en_US.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/common/src/main/assets/lang/en_US.json b/common/src/main/assets/lang/en_US.json index ef0ea14e..833dd816 100644 --- a/common/src/main/assets/lang/en_US.json +++ b/common/src/main/assets/lang/en_US.json @@ -1698,26 +1698,6 @@ "name": "Auto Updater", "description": "Automatically checks for new updates" }, - "update_settings": { - "name": "Update Settings", - "description": "Control how PurrfectSnap checks for updates", - "properties": { - "auto_update_check": { - "name": "Auto Update Check" - }, - "update_check_frequency": { - "name": "Update Check Frequency" - } - } - }, - "ui_settings": { - "name": "UI Settings", - "properties": { - "haptic_feedback": { - "name": "Haptic Feedback" - } - } - }, "disable_metrics": { "name": "Disable Metrics", "description": "Blocks sending specific analytic data to Snapchat"