Change Patreon screen again

Refresh to "support us" and include social media.
This commit is contained in:
bogotesr
2023-06-13 23:14:01 -07:00
parent e02453598c
commit 183e185812
8 changed files with 268 additions and 50 deletions

View File

@@ -178,11 +178,11 @@ private extension SettingsViewController
case .patreon:
if isHeader
{
settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("PATREON", comment: "")
settingsHeaderFooterView.primaryLabel.text = NSLocalizedString("SUPPORT US", comment: "")
}
else
{
settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Support the SideStore Team by becoming a patron!", comment: "")
settingsHeaderFooterView.secondaryLabel.text = NSLocalizedString("Support the SideStore Team by following our socials or becoming a patron!", comment: "")
}
case .account: