Human de-linting
This commit is contained in:
@@ -200,7 +200,8 @@ module.exports = React.createClass({
|
|||||||
'underlinedServerName': () => {
|
'underlinedServerName': () => {
|
||||||
return <TextWithTooltip
|
return <TextWithTooltip
|
||||||
class="mx_Login_underlinedServerName"
|
class="mx_Login_underlinedServerName"
|
||||||
tooltip={this.props.serverConfig.hsUrl}>
|
tooltip={this.props.serverConfig.hsUrl}
|
||||||
|
>
|
||||||
{this.props.serverConfig.hsName}
|
{this.props.serverConfig.hsName}
|
||||||
</TextWithTooltip>;
|
</TextWithTooltip>;
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -284,8 +284,9 @@ export default class PasswordLogin extends React.Component {
|
|||||||
signInToText = _t('Sign in to your Matrix account on <underlinedServerName />', {}, {
|
signInToText = _t('Sign in to your Matrix account on <underlinedServerName />', {}, {
|
||||||
'underlinedServerName': () => {
|
'underlinedServerName': () => {
|
||||||
return <TextWithTooltip
|
return <TextWithTooltip
|
||||||
class="mx_Login_underlinedServerName"
|
class="mx_Login_underlinedServerName"
|
||||||
tooltip={this.props.serverConfig.hsUrl}>
|
tooltip={this.props.serverConfig.hsUrl}
|
||||||
|
>
|
||||||
{this.props.serverConfig.hsName}
|
{this.props.serverConfig.hsName}
|
||||||
</TextWithTooltip>;
|
</TextWithTooltip>;
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -522,7 +522,8 @@ module.exports = React.createClass({
|
|||||||
'underlinedServerName': () => {
|
'underlinedServerName': () => {
|
||||||
return <TextWithTooltip
|
return <TextWithTooltip
|
||||||
class="mx_Login_underlinedServerName"
|
class="mx_Login_underlinedServerName"
|
||||||
tooltip={this.props.serverConfig.hsUrl}>
|
tooltip={this.props.serverConfig.hsUrl}
|
||||||
|
>
|
||||||
{this.props.serverConfig.hsName}
|
{this.props.serverConfig.hsName}
|
||||||
</TextWithTooltip>;
|
</TextWithTooltip>;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user