Display description of E2E advanced panel as subsection text (#8889)
This commit is contained in:
parent
e49aac7b3f
commit
ca93076d85
3 changed files with 1 additions and 21 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue