From 28f022cb6552e29b5e9360a559f8963133ab2e6c Mon Sep 17 00:00:00 2001 From: Jordan Baird Date: Wed, 3 Jul 2024 19:43:22 -0600 Subject: [PATCH] Tweak wording --- Ice/LayoutBar/LayoutBar.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ice/LayoutBar/LayoutBar.swift b/Ice/LayoutBar/LayoutBar.swift index a851750d..a205755e 100644 --- a/Ice/LayoutBar/LayoutBar.swift +++ b/Ice/LayoutBar/LayoutBar.swift @@ -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)