Skip to content

Commit

Permalink
fix: Rename ‘Favorite Tags’ sidebar entry to ‘Favorites’ (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jun 28, 2023
1 parent 3e2eccd commit 8428206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Sources/BookmarksCore/Views/SidebarContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public struct SidebarContentView: View {
}
}
if !settings.favoriteTags.isEmpty {
Section("Favorite Tags") {
Section("Favorites") {
ForEach(settings.favoriteTags.sorted(), id: \.section) { tag in
SectionLink(section: .tag(tag))
#if os(macOS)
Expand Down

0 comments on commit 8428206

Please sign in to comment.