From 12ea8959b3529208163773e62c5f4bf751f91949 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 28 Oct 2022 22:49:46 +0800 Subject: [PATCH] Fix typo in description of newsletter emails --- .../Sources/App/Views/Profile/NewsletterEmailsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Profile/NewsletterEmailsView.swift b/apple/OmnivoreKit/Sources/App/Views/Profile/NewsletterEmailsView.swift index c9f693d73..a1b5c6932 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Profile/NewsletterEmailsView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Profile/NewsletterEmailsView.swift @@ -37,7 +37,7 @@ import Views struct NewsletterEmailsView: View { @EnvironmentObject var dataService: DataService @StateObject var viewModel = NewsletterEmailsViewModel() - let footerText = "Add PDFs to your library, or subscribe to emails using an Omnivore email address." + let footerText = "Add PDFs to your library, or subscribe to newsletters using an Omnivore email address." var body: some View { Group {