summaryrefslogtreecommitdiff
path: root/Sora/Views/Generic
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/Generic')
-rw-r--r--Sora/Views/Generic/GenericListView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Generic/GenericListView.swift b/Sora/Views/Generic/GenericListView.swift
index 096ac85..ac65da3 100644
--- a/Sora/Views/Generic/GenericListView.swift
+++ b/Sora/Views/Generic/GenericListView.swift
@@ -498,7 +498,7 @@ struct GenericListView<T: Identifiable & Hashable & GenericItem>: View {
await localManager.performSearch(settings: localSettings)
}
}) {
- Label("Add to Search", systemImage: "plus")
+ Label("Add Tag to Search", systemImage: "plus")
}
if allowBookmarking {