mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo in description of newsletter emails
This commit is contained in:
parent
0950dff978
commit
12ea8959b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue