diff --git a/App/App_macOS.swift b/App/App_macOS.swift index 5eea9c09..35cc2478 100644 --- a/App/App_macOS.swift +++ b/App/App_macOS.swift @@ -97,7 +97,7 @@ struct RootView: View { if FeatureFlags.hasLibrary { Section("app_macos_navigation.button.library".localized) { ForEach(libraryItems, id: \.self) { navigationItem in - Label(navigationItem.name.localized, systemImage: navigationItem.icon) + Label(navigationItem.name, systemImage: navigationItem.icon) } } }