diff options
| author | Fuwn <[email protected]> | 2026-02-23 10:18:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-23 13:33:42 -0800 |
| commit | 7d784166ca456208569e6d429b4a0c71a7a89f4a (patch) | |
| tree | 090895a2da41442b67e99afb6f18529d7960744d /Sora/Views/BookmarksView.swift | |
| parent | docs: add booru api references and held-post plans (diff) | |
| download | sora-testing-7d784166ca456208569e6d429b4a0c71a7a89f4a.tar.xz sora-testing-7d784166ca456208569e6d429b4a0c71a7a89f4a.zip | |
chore: refine english copy and localization labels
Diffstat (limited to 'Sora/Views/BookmarksView.swift')
| -rw-r--r-- | Sora/Views/BookmarksView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/BookmarksView.swift b/Sora/Views/BookmarksView.swift index babc667..5aa05ce 100644 --- a/Sora/Views/BookmarksView.swift +++ b/Sora/Views/BookmarksView.swift @@ -12,7 +12,7 @@ struct BookmarksView: View { title: "Bookmarks", emptyMessage: "No Bookmarks", emptyIcon: "bookmark", - emptyDescription: "Tap the bookmark button on a search page to add a bookmark.", + emptyDescription: "Use the bookmark button on a search page to add a bookmark.", removeAllMessage: "Are you sure you want to remove all bookmarks? This action cannot be undone.", removeAllButtonText: "Remove All Bookmarks", |