mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-25 11:11:31 +01:00
Mask the IM name in the header.
This commit is contained in:
parent
cdd41d8f5a
commit
2da1cd239f
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 106 KiB |
@ -70,7 +70,7 @@ export default class SetIntegrationManager extends React.Component<EmptyObject,
|
||||
<div className="mx_SettingsFlag">
|
||||
<div className="mx_SetIntegrationManager_heading_manager">
|
||||
<Heading size="3">{_t("integration_manager|manage_title")}</Heading>
|
||||
<Heading size="4">{managerName}</Heading>
|
||||
<Heading id="mx_SetIntegrationManager_ManagerName" size="4">{managerName}</Heading>
|
||||
</div>
|
||||
</div>
|
||||
<SettingsSubsectionText id="mx_SetIntegrationManager_BodyText">{bodyText}</SettingsSubsectionText>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user