From f01e4ec7533f34bebf08813919db24798eecd2e8 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Tue, 10 Sep 2019 12:33:14 -0700 Subject: [PATCH] Rewords Patreon text in SettingsViewController --- AltStore/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index dc2d4874..93b42b75 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -108,7 +108,7 @@ private extension SettingsViewController } case .patreon: - settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Donate and receive access to beta versions of AltStore, Delta, and more.", comment: "") + 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: "")