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.
This commit is contained in:
Noah Talerman
2026-03-27 15:52:17 -04:00
committed by GitHub
parent 55de586df9
commit 3e64ac093c
@@ -132,7 +132,7 @@ const RecoveryLockPasswordModal = ({
</p>
{recoveryLockData?.auto_rotate_at && (
<InfoBanner color="yellow">
Password rotates automatically by{" "}
Password rotates automatically at{" "}
{monthDayTimeFormat(recoveryLockData.auto_rotate_at)}.
</InfoBanner>
)}