Skip to content

Commit b03176b

Browse files
committed
make "Reduce Data Usage" text consistent with analytics
1 parent aaa5e94 commit b03176b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Backend/analytics.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Future<Map<String, String>> _getSettingsProps({Map<String, String> props = const
5454
props['Hide Tutorial Cards Enabled'] = HiveProxy.getOrDefault(settings, hideTutorialCards, defaultValue: hideTutorialCardsDefault).toString();
5555
props['Haptic Feedback Enabled'] = HiveProxy.getOrDefault(settings, haptics, defaultValue: hapticsDefault).toString();
5656
props['Kitsune Mode Enabled'] = HiveProxy.getOrDefault(settings, kitsuneModeToggle, defaultValue: kitsuneModeDefault).toString();
57-
props['Tail Blog Wifi Only Enabled'] = HiveProxy.getOrDefault(settings, tailBlogWifiOnly, defaultValue: tailBlogWifiOnlyDefault).toString();
57+
props['Reduce Data Usage Enabled'] = HiveProxy.getOrDefault(settings, tailBlogWifiOnly, defaultValue: tailBlogWifiOnlyDefault).toString();
5858
props['Larger Cards Enabled'] = HiveProxy.getOrDefault(settings, largerActionCardSize, defaultValue: largerActionCardSizeDefault).toString();
5959
props['Show Battery % Enabled'] = HiveProxy.getOrDefault(settings, showAccurateBattery, defaultValue: showAccurateBatteryDefault).toString();
6060
props['Keep Screen On Enabled'] = HiveProxy.getOrDefault(settings, keepAwake, defaultValue: keepAwakeDefault).toString();

lib/Frontend/translation_string_definitions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ String manageGearHomePositionTitle() => Intl.message("Set Home Position", name:
454454
String manageGearHomePositionDescription() => Intl.message("Sets the position gear will move to after an action is finished",
455455
name: 'manageGearHomePositionDescription', desc: 'Description for the home position sliders on the manage gear screen');
456456

457-
String settingsTailBlogWifiOnlyTitle() => Intl.message("Reduce Data usage", name: 'settingsTailBlogWifiOnlyTitle', desc: 'Description for the tail blog wifi only setting');
457+
String settingsTailBlogWifiOnlyTitle() => Intl.message("Reduce Data Usage", name: 'settingsTailBlogWifiOnlyTitle', desc: 'Description for the tail blog wifi only setting');
458458

459459
String settingsTailBlogWifiOnlyDescription() =>
460460
Intl.message("Prevent loading of some content while connected to a mobile network", name: 'settingsTailBlogWifiOnlyDescription', desc: 'Description for the tail blog wifi only setting');

0 commit comments

Comments
 (0)