s/tooltip/tooltipContent/
This commit is contained in:
parent
c36c3a9b33
commit
860a9dbc82
2 changed files with 5 additions and 6 deletions
|
@ -182,7 +182,7 @@ export default class SetIdServer extends React.Component {
|
|||
id="mx_SetIdServer_idServer"
|
||||
type="text" value={this.state.idServer} autoComplete="off"
|
||||
onChange={this._onIdentityServerChanged}
|
||||
tooltip={this._getTooltip()}
|
||||
tooltipContent={this._getTooltip()}
|
||||
/>
|
||||
<input className="mx_Dialog_primary"
|
||||
type="submit" value={_t("Change")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue