Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Jul 4, 2024
1 parent 5e4ef52 commit 28f022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ice/LayoutBar/LayoutBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct LayoutBar: View {
@ViewBuilder
private var conditionalBody: some View {
if appState.imageCache.cacheFailed(for: section.name) {
Text("Unable to display menu bar items. Try switching spaces.")
Text("Unable to display menu bar items")
.foregroundStyle(menuBarManager.averageColorInfo?.color.brightness ?? 0 > 0.67 ? .black : .white)
} else {
Representable(appState: appState, section: section, spacing: spacing)
Expand Down

0 comments on commit 28f022c

Please sign in to comment.