From 3e64ac093cfb2c9d2329384c6445a4ea010cc89e Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:52:17 -0400 Subject: [PATCH] Recovery Lock password: Update copy (#42574) - @noahtalerman: "at" is more accurate than "by" because my understanding is that the password will never be rotated before the shown time. That's when the command goes out. --- .../RecoveryLockPasswordModal/RecoveryLockPasswordModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/details/HostDetailsPage/modals/RecoveryLockPasswordModal/RecoveryLockPasswordModal.tsx b/frontend/pages/hosts/details/HostDetailsPage/modals/RecoveryLockPasswordModal/RecoveryLockPasswordModal.tsx index b0874fb9d0..0b5e16727f 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/modals/RecoveryLockPasswordModal/RecoveryLockPasswordModal.tsx +++ b/frontend/pages/hosts/details/HostDetailsPage/modals/RecoveryLockPasswordModal/RecoveryLockPasswordModal.tsx @@ -132,7 +132,7 @@ const RecoveryLockPasswordModal = ({

{recoveryLockData?.auto_rotate_at && ( - Password rotates automatically by{" "} + Password rotates automatically at{" "} {monthDayTimeFormat(recoveryLockData.auto_rotate_at)}. )}