Skip to content

Commit 602c407

Browse files
committed
rename "Tail blog over wifi only" to "Reduce Data usage"
1 parent acee706 commit 602c407

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### V 1.3.1
22

33
- Rework analytics to be more useful
4+
- Add CosHub posts to Home UI
45

56
### V 1.3.0
67

lib/Frontend/translation_string_definitions.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,10 @@ 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("Tail Blog over WiFi only", 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() =>
460-
Intl.message("Prevent loading Tail Blog content while connected to a mobile network", name: 'settingsTailBlogWifiOnlyDescription', desc: 'Description for the tail blog wifi only setting');
460+
Intl.message("Prevent loading of some content while connected to a mobile network", name: 'settingsTailBlogWifiOnlyDescription', desc: 'Description for the tail blog wifi only setting');
461461

462462
String supportTitle() => Intl.message('Support', name: 'supportTitle', desc: 'The label and title of the email support link on the more page');
463463

0 commit comments

Comments
 (0)