Browse Source

Fix text

pull/1821/head
Gabe Kangas 4 years ago
parent
commit
a1377c3338
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/js/components/auth-fediverse.js

2
webroot/js/components/auth-fediverse.js

@ -115,7 +115,7 @@ export default class FediverseAuth extends Component { @@ -115,7 +115,7 @@ export default class FediverseAuth extends Component {
const message = verifying
? 'Paste in the code that was sent to your Fediverse account. If you did not receive a code, make sure you can accept direct messages.'
: !authenticated
? html`Receive a direct message from on the Fediverse to ${' '} link your
? html`Receive a direct message on the Fediverse to ${' '} link your
account to ${' '} <span class="font-bold">${username}</span>, or login
as a previously linked chat user.`
: html`<span

Loading…
Cancel
Save