From 8d56ee85c8cef89116a6fc26d86a39b3dcb69d50 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:21:50 -0600 Subject: [PATCH] Update Settings.xm --- Settings.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Settings.xm b/Settings.xm index ed8fb30..a73a971 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1792,8 +1792,8 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], - [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Subscriptions Notification Badge") - titleDescription:LOC(@"Hides the Red Notification Badge shown in the Pivot Bar of the Subscriptions Tab.") + [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Indicators") + titleDescription:LOC(@"Hides all Indicators that were in the App.") accessibilityIdentifier:nil switchOn:IsEnabled(@"hideSubscriptionsNotificationBadge_enabled") switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {