Display description of E2E advanced panel as subsection text (#8889)

This commit is contained in:
Suguru Hirahara 2022-06-25 11:55:04 +00:00 committed by GitHub
parent e49aac7b3f
commit ca93076d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 21 deletions

View file

@ -30,7 +30,7 @@ const E2eAdvancedPanel = props => {
<SettingsFlag name={SETTING_MANUALLY_VERIFY_ALL_SESSIONS}
level={SettingLevel.DEVICE}
/>
<div className="mx_E2eAdvancedPanel_settingLongDescription">{ _t(
<div className="mx_SettingsTab_subsectionText">{ _t(
"Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.",
) }</div>
</div>;