From ced8395c77b4e6e241b5bb89307a9eca7543cc93 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Sep 2024 17:06:43 -0700 Subject: [PATCH] macos: copy changes --- macos/Sources/Features/Secure Input/SecureInputOverlay.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos/Sources/Features/Secure Input/SecureInputOverlay.swift b/macos/Sources/Features/Secure Input/SecureInputOverlay.swift index 50b94fdf8..9f14dfad4 100644 --- a/macos/Sources/Features/Secure Input/SecureInputOverlay.swift +++ b/macos/Sources/Features/Secure Input/SecureInputOverlay.swift @@ -44,8 +44,8 @@ struct SecureInputOverlay: View { .popover(isPresented: $isPopover, arrowEdge: .bottom) { Text(""" Secure Input is active. Secure Input is a macOS security feature that - prevents applications from reading keyboard events. Ghostty turns - this on manually if `Ghostty > Secure Keyboard Entry` is enabled or + prevents applications from reading keyboard events. This is enabled + when `Ghostty > Secure Keyboard Entry` is active, as well as automatically when at a password prompt. """) .padding(.all)