diff options
| author | Fuwn <[email protected]> | 2025-02-25 19:59:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 19:59:31 -0800 |
| commit | b390d981d49cebf632c3db964914949c5aeac658 (patch) | |
| tree | ba4c68f63c49ec37ab08d496de65554e6059e043 /Sora/Views/Bookmarks | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-b390d981d49cebf632c3db964914949c5aeac658.tar.xz sora-testing-b390d981d49cebf632c3db964914949c5aeac658.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Bookmarks')
| -rw-r--r-- | Sora/Views/Bookmarks/BookmarksView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Bookmarks/BookmarksView.swift b/Sora/Views/Bookmarks/BookmarksView.swift index b32b46b..5b33d03 100644 --- a/Sora/Views/Bookmarks/BookmarksView.swift +++ b/Sora/Views/Bookmarks/BookmarksView.swift @@ -24,7 +24,7 @@ struct BookmarksView: View { ContentUnavailableView( "No Bookmarks", systemImage: "bookmark", - description: Text("Add a bookmark by tapping the bookmark button on a search page.") + description: Text("Tap the bookmark button on a search page to add a bookmark.") ) } else { List { |