diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-11-12 21:45:13 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-11-12 21:45:13 -0800 |
| commit | 3795039436f741ec23f65e7cd0639023bac1f1ca (patch) | |
| tree | 1cbaf5c1b37583d9af7f84a075b97d131f93054c /Hotline/macOS/News | |
| parent | 79a37fa509576c94b96ff896550426d8ebfdec67 (diff) | |
More work on account management. Add Broadcast UI.
Diffstat (limited to 'Hotline/macOS/News')
| -rw-r--r-- | Hotline/macOS/News/NewsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/News/NewsView.swift b/Hotline/macOS/News/NewsView.swift index 976a985..a07a441 100644 --- a/Hotline/macOS/News/NewsView.swift +++ b/Hotline/macOS/News/NewsView.swift @@ -138,7 +138,7 @@ struct NewsView: View { ContentUnavailableView { Label("No News", systemImage: "newspaper") } description: { - Text("This server has not created any newsgroups yet") + Text("This server has no newsgroups") } } |