diff --git a/modules/features/account/src/main/java/au/com/shiftyjelly/pocketcasts/account/onboarding/upgrade/UpgradeFeatureItem.kt b/modules/features/account/src/main/java/au/com/shiftyjelly/pocketcasts/account/onboarding/upgrade/UpgradeFeatureItem.kt
index eba498a7c1d..7bf489c6238 100644
--- a/modules/features/account/src/main/java/au/com/shiftyjelly/pocketcasts/account/onboarding/upgrade/UpgradeFeatureItem.kt
+++ b/modules/features/account/src/main/java/au/com/shiftyjelly/pocketcasts/account/onboarding/upgrade/UpgradeFeatureItem.kt
@@ -82,14 +82,6 @@ enum class PatronUpgradeFeatureItem(
image = IR.drawable.ic_new_features,
title = LR.string.onboarding_patron_feature_early_access_title,
),
- SkipChapters(
- image = IR.drawable.ic_tick_circle_filled,
- title = LR.string.skip_chapters,
- isYearlyFeature = FeatureFlag.isEnabled(Feature.DESELECT_CHAPTERS) &&
- SubscriptionTier.fromFeatureTier(Feature.DESELECT_CHAPTERS) == SubscriptionTier.PATRON,
- isMonthlyFeature = FeatureFlag.isEnabled(Feature.DESELECT_CHAPTERS) &&
- SubscriptionTier.fromFeatureTier(Feature.DESELECT_CHAPTERS) == SubscriptionTier.PATRON,
- ),
CloudStorage(
image = IR.drawable.ic_cloud_storage,
title = LR.string.onboarding_patron_feature_cloud_storage_title,
diff --git a/modules/services/localization/src/main/res/values/strings.xml b/modules/services/localization/src/main/res/values/strings.xml
index 478ac0d7bdb..18a59ddde8c 100644
--- a/modules/services/localization/src/main/res/values/strings.xml
+++ b/modules/services/localization/src/main/res/values/strings.xml
@@ -345,8 +345,8 @@
-
- Skip chapters
+
+ Preselect chapters
%d chapters
@@ -355,8 +355,8 @@
%1$d chapters • %2$d hidden
1 chapter • %d hidden
Please select at least one chapter
- Skip chapters and more with Pocket Casts Plus
- Skip chapters and more with Pocket Casts Patron
+ Preselect chapters and more with Pocket Casts Plus
+ Preselect chapters and more with Pocket Casts Patron
@@ -1437,14 +1437,14 @@
As part of your Yearly Plus subscription, enjoy a 1-year subscription to Slumber Studios content using code %1$s. Learn more.]]>
Subscribe to Plus Yearly and enjoy a 1-year subscription to Slumber Studios content, podcasts designed for the sweetest dreams. Learn more.]]>
Redeem your code
-
- As part of your Patron subscription, you can now select and skip chapters in any episode that supports them.
-
- As part of your Plus subscription, you can now select and skip chapters in any episode that supports them.
-
- Subscribe to Plus now so you can select and skip chapters in any episode that supports them.
-
- Subscribe to Patron now so you can select and skip chapters in any episode that supports them.
+
+ As part of your Patron subscription, you can now preselect and skip chapters automatically in any episode that supports them.
+
+ As part of your Plus subscription, you can now preselect and skip chapters automatically in any episode that supports them.
+
+ Subscribe to Plus now so you can preselect and skip chapters automatically in any episode that supports them.
+
+ Subscribe to Patron now so you can preselect and skip chapters automatically in any episode that supports them.
Got it
diff --git a/version.properties b/version.properties
index 5bc6af25550..abc6048e9ce 100644
--- a/version.properties
+++ b/version.properties
@@ -1,2 +1,2 @@
versionName=7.61-rc-1
-versionCode=9207
\ No newline at end of file
+versionCode=9208
\ No newline at end of file