From 08a2a71ab83a01a67d8a0c91bea2f462cdeea483 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Sep 2024 19:57:01 -0700 Subject: [PATCH] macos: copy --- .../Sources/Features/Secure Input/SecureInputOverlay.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macos/Sources/Features/Secure Input/SecureInputOverlay.swift b/macos/Sources/Features/Secure Input/SecureInputOverlay.swift index 9f14dfad4..717eeb90c 100644 --- a/macos/Sources/Features/Secure Input/SecureInputOverlay.swift +++ b/macos/Sources/Features/Secure Input/SecureInputOverlay.swift @@ -44,9 +44,9 @@ 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. This is enabled - when `Ghostty > Secure Keyboard Entry` is active, as well as - automatically when at a password prompt. + prevents applications from reading keyboard events. This is enabled + automatically whenever Ghostty detects a password prompt in the terminal, + or at all times if `Ghostty > Secure Keyboard Entry` is active. """) .padding(.all) }