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:
+1
-1
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user