mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Fix text
This commit is contained in:
parent
7a503fc282
commit
a1377c3338
@ -115,7 +115,7 @@ export default class FediverseAuth extends Component {
|
|||||||
const message = verifying
|
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.'
|
? '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
|
: !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
|
account to ${' '} <span class="font-bold">${username}</span>, or login
|
||||||
as a previously linked chat user.`
|
as a previously linked chat user.`
|
||||||
: html`<span
|
: html`<span
|
||||||
|
Loading…
x
Reference in New Issue
Block a user