mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 14:56:14 +03:00
Fix text
This commit is contained in:
parent
7a503fc282
commit
a1377c3338
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue