Skip to content

Commit

Permalink
Relabel custom HS link on registration from 'Edit' to 'Change'
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Feb 21, 2019
1 parent 1671466 commit 8b66b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/auth/RegistrationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ module.exports = React.createClass({
editLink = <a className="mx_AuthBody_editServerDetails"
href="#" onClick={this.props.onEditServerDetailsClick}
>
{_t('Edit')}
{_t('Change')}
</a>;
}

Expand Down

0 comments on commit 8b66b6b

Please sign in to comment.