mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 01:42:19 +08:00
[CORL-766] Update copy on SSO key regeneration and account deletion (#2707)
* Update acknowledgment copy for downloading user comment data CORL-766 * Update copy for 30 day leniency on SSO tokens CORL-766
This commit is contained in:
@@ -49,8 +49,8 @@ const SSOKeyField: FunctionComponent<Props> = ({
|
||||
<Icon className={styles.warnIcon}>warning</Icon>
|
||||
<Localized id="configure-auth-sso-regenerateWarning">
|
||||
<Typography className={styles.warn} variant="bodyShort">
|
||||
Regenerating a key will invalidate any existing user sessions, and
|
||||
all signed-in users will be signed out
|
||||
When regenerating a key, tokens signed with the previous key will be
|
||||
honored for 30 days.
|
||||
</Typography>
|
||||
</Localized>
|
||||
</Flex>
|
||||
|
||||
@@ -1925,8 +1925,7 @@ exports[`regenerate sso key 1`] = `
|
||||
<p
|
||||
className="Box-root Typography-root Typography-bodyShort Typography-colorTextPrimary SSOKeyField-warn"
|
||||
>
|
||||
Regenerating a key will invalidate any existing user sessions,
|
||||
and all signed-in users will be signed out.
|
||||
When regenerating a key, tokens signed with the previous key will be honored for 30 days.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -3177,8 +3176,7 @@ Invalid Date
|
||||
<p
|
||||
className="Box-root Typography-root Typography-bodyShort Typography-colorTextPrimary SSOKeyField-warn"
|
||||
>
|
||||
Regenerating a key will invalidate any existing user sessions,
|
||||
and all signed-in users will be signed out.
|
||||
When regenerating a key, tokens signed with the previous key will be honored for 30 days.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -123,7 +123,8 @@ const DownloadCommentsContainer: FunctionComponent<Props> = ({ viewer }) => {
|
||||
$unit={unit}
|
||||
>
|
||||
<span>
|
||||
You can submit another request in {scaled} {unit}
|
||||
Request submitted. You can submit another request in {scaled}{" "}
|
||||
{unit}
|
||||
</span>
|
||||
</Localized>
|
||||
</CallOut>
|
||||
|
||||
@@ -223,8 +223,7 @@ configure-auth-sso-regenerate = Regenerate
|
||||
configure-auth-sso-regenerateAt = KEY GENERATED AT:
|
||||
{ DATETIME($date, year: "numeric", month: "numeric", day: "numeric", hour: "numeric", minute: "numeric") }
|
||||
configure-auth-sso-regenerateWarning =
|
||||
Regenerating a key will invalidate any existing user sessions,
|
||||
and all signed-in users will be signed out.
|
||||
When regenerating a key, tokens signed with the previous key will be honored for 30 days.
|
||||
|
||||
configure-auth-local-loginWith = Login with email authentication
|
||||
configure-auth-local-useLoginOn = Use email authentication login on
|
||||
|
||||
@@ -240,7 +240,7 @@ profile-account-download-comments-request-icon =
|
||||
profile-account-download-comments-recentRequest =
|
||||
Your most recent request: { $timeStamp }
|
||||
profile-account-download-comments-timeOut =
|
||||
You can submit another request in { framework-timeago-time }
|
||||
Request submitted. You can submit another request in { framework-timeago-time }
|
||||
profile-account-download-comments-request-button = Request
|
||||
|
||||
## Delete Account
|
||||
|
||||
Reference in New Issue
Block a user