Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into joriks/appearance-tab
This commit is contained in:
commit
69747b6114
55 changed files with 902 additions and 870 deletions
|
@ -47,8 +47,8 @@ export default class RoomAliasField extends React.PureComponent {
|
|||
<Field
|
||||
label={_t("Room address")}
|
||||
className="mx_RoomAliasField"
|
||||
prefix={poundSign}
|
||||
postfix={domain}
|
||||
prefixComponent={poundSign}
|
||||
postfixComponent={domain}
|
||||
ref={ref => this._fieldRef = ref}
|
||||
onValidate={this._onValidate}
|
||||
placeholder={_t("e.g. my-room")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue