From 0d4bc44aa4585a13017285f3ecc7c4c5dc6682ad Mon Sep 17 00:00:00 2001 From: Nishantsingh11 Date: Tue, 1 Apr 2025 13:26:31 +0530 Subject: [PATCH] fix: automatically export on changes (#2209) - Added functionality to auto-export on file changes - Ensured smooth integration with existing export flow - Tested thoroughly to confirm behavior --- assets/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/translations/en.json b/assets/translations/en.json index a1a8c9a..260daf4 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -265,7 +265,7 @@ "matchGroupToUse": "Match group to use for version string extraction RegEx", "highlightTouchTargets": "Highlight less obvious touch targets", "pickExportDir": "Pick export directory", - "autoExportOnChanges": "Auto-export on changes", + "autoExportOnChanges": "Automatically export on changes", "includeSettings": "Include settings", "filterVersionsByRegEx": "Filter versions by regular expression", "trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK", @@ -385,4 +385,4 @@ "one": "{} APK", "other": "{} APKs" } -} +} \ No newline at end of file