diff options
| author | Dustin Mierau <dustin@mierau.me> | 2025-11-07 16:16:31 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2025-11-07 16:16:31 -0800 |
| commit | 6afa5551add4541f376867b3d6527df9a0f793f3 (patch) | |
| tree | a1fbdb6c0a71f621a01c2821fe5d340d5853f1ca /Hotline/macOS/News | |
| parent | e1566598c96601ebcf3229aab22fc7a593ee1904 (diff) | |
Further UI tweraks. Transfers button in toolbar. Better empty states in places. Fix race condition with transactions ids (yikes)!
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 a07a441..976a985 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 no newsgroups") + Text("This server has not created any newsgroups yet") } } |