mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Relabel custom HS link on registration from 'Edit' to 'Change'
Fixes https://github.com/vector-im/riot-web/issues/8853
This commit is contained in:
parent
1671466c46
commit
8b66b6bdb3
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ module.exports = React.createClass({
|
||||||
editLink = <a className="mx_AuthBody_editServerDetails"
|
editLink = <a className="mx_AuthBody_editServerDetails"
|
||||||
href="#" onClick={this.props.onEditServerDetailsClick}
|
href="#" onClick={this.props.onEditServerDetailsClick}
|
||||||
>
|
>
|
||||||
{_t('Edit')}
|
{_t('Change')}
|
||||||
</a>;
|
</a>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue