From f65eba606e4d89cfccea0535fa18b72627686a65 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Wed, 14 Sep 2022 04:27:26 -0700 Subject: [PATCH] Revert Patreon Description to avoid conflict. Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- AltStore/Settings/SettingsViewController.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index d9631de3..64c6790e 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -176,7 +176,11 @@ private extension SettingsViewController { settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("PATREON", comment: "") } - + else + { + settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Receive access to beta versions of AltStore, Delta, and more by becoming a patron.", comment: "") + } + case .account: settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("ACCOUNT", comment: "")