aboutsummaryrefslogtreecommitdiff
path: root/components/connect-form.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/connect-form.js')
-rw-r--r--components/connect-form.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/connect-form.js b/components/connect-form.js
index 6eab2df..a5707f1 100644
--- a/components/connect-form.js
+++ b/components/connect-form.js
@@ -115,7 +115,7 @@ export default class ConnectForm extends Component {
if (this.props.auth !== "disabled" && this.props.auth !== "external" && this.props.auth !== "oauth2") {
auth = html`
<label>
- Password:<br/>
+ Password (SASL):<br/>
<input
type="password"
name="password"
@@ -148,7 +148,7 @@ export default class ConnectForm extends Component {
return html`
<form onInput=${this.handleInput} onSubmit=${this.handleSubmit}>
- <h2>Connect to IRC</h2>
+ <h2>Connect to the rx IRC network</h2>
<label>
Nickname:<br/>