mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
fix: adjusted i18n keys (#2708)
This commit is contained in:
@@ -47,7 +47,7 @@ const SSOKeyField: FunctionComponent<Props> = ({
|
||||
<div className={styles.warningSection}>
|
||||
<Flex direction="row" itemGutter="half">
|
||||
<Icon className={styles.warnIcon}>warning</Icon>
|
||||
<Localized id="configure-auth-sso-regenerateWarning">
|
||||
<Localized id="configure-auth-sso-regenerateHonoredWarning">
|
||||
<Typography className={styles.warn} variant="bodyShort">
|
||||
When regenerating a key, tokens signed with the previous key will be
|
||||
honored for 30 days.
|
||||
|
||||
@@ -118,7 +118,7 @@ const DownloadCommentsContainer: FunctionComponent<Props> = ({ viewer }) => {
|
||||
query_builder
|
||||
</Icon>
|
||||
<Localized
|
||||
id="profile-account-download-comments-timeOut"
|
||||
id="profile-account-download-comments-requested"
|
||||
$value={scaled}
|
||||
$unit={unit}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user