mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1367 from omnivore-app/fix/ios-newsletters-typo
Fix typo in description of newsletter emails
This commit is contained in:
commit
4cd1dbb272
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