From 2dccf4596a742eae7cde83a3a11130aaecc1a6dd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 15 Sep 2023 15:58:14 -0700 Subject: [PATCH] macos: consistent text --- macos/Sources/Features/Primary Window/PrimaryView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Sources/Features/Primary Window/PrimaryView.swift b/macos/Sources/Features/Primary Window/PrimaryView.swift index 7d7515431..b871585bd 100644 --- a/macos/Sources/Features/Primary Window/PrimaryView.swift +++ b/macos/Sources/Features/Primary Window/PrimaryView.swift @@ -215,7 +215,7 @@ struct DebugBuildWarningView: View { Image(systemName: "exclamationmark.triangle.fill") .foregroundColor(.yellow) - Text("You're running a debug build of Ghostty!") + Text("You're running a debug build of Ghostty! Performance will be degraded.") .padding(.all, 8) .popover(isPresented: $isPopover, arrowEdge: .bottom) { Text("""