You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Remove host signup config strings, make translatable instead
Also replace the icon in the UserMenu and change the text, requested from design.
This commit is contained in:
@ -36,7 +36,7 @@ export default class HostSignupAction extends React.PureComponent<IProps, IState
|
||||
<IconizedContextMenuOptionList>
|
||||
<IconizedContextMenuOption
|
||||
iconClassName="mx_UserMenu_iconHosting"
|
||||
label={_t("Get your own %(brand)s!")}
|
||||
label={_t("Upgrade to pro")}
|
||||
onClick={this.openDialog}
|
||||
/>
|
||||
</IconizedContextMenuOptionList>
|
||||
|
Reference in New Issue
Block a user