summaryrefslogtreecommitdiff
path: root/Sora/Views/BookmarkMenuButtonView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-08 06:51:39 -0700
committerFuwn <[email protected]>2025-07-08 06:51:39 -0700
commitd52c5891f849818a8d2d70af6eaec9aad2a30daa (patch)
treec3c575a4f8236a164bd92195d1a078971374f68f /Sora/Views/BookmarkMenuButtonView.swift
parentfeat: Development commit (diff)
downloadsora-testing-d52c5891f849818a8d2d70af6eaec9aad2a30daa.tar.xz
sora-testing-d52c5891f849818a8d2d70af6eaec9aad2a30daa.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/BookmarkMenuButtonView.swift')
-rw-r--r--Sora/Views/BookmarkMenuButtonView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/BookmarkMenuButtonView.swift b/Sora/Views/BookmarkMenuButtonView.swift
index 6877c5b..c46894d 100644
--- a/Sora/Views/BookmarkMenuButtonView.swift
+++ b/Sora/Views/BookmarkMenuButtonView.swift
@@ -24,7 +24,7 @@ struct BookmarkMenuButtonView: View {
}
}) {
if isBookmarked {
- Label("Remove Bookmark\(tags.count == 1 ? "" : "s")", systemImage: "bookmark.fill")
+ Label("Remove Bookmark", systemImage: "bookmark.fill")
} else {
Label("Bookmark Tag\(tags.count == 1 ? "" : "s")", systemImage: "bookmark")
}