summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-04 00:10:39 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-06 23:02:48 -0800
commitb29b47626616661daa560f4ecb213ce5ee4fe9ee (patch)
tree089d18ce0cf39a11f33c64c1aecfefaa8a14fb89
parentde28e05d1a5db14a9e3259be7708e0d741949336 (diff)
Add a bit more clarification on follow modal. Closes #1599
-rw-r--r--webroot/js/components/fediverse-follow-modal.js30
1 files changed, 15 insertions, 15 deletions
diff --git a/webroot/js/components/fediverse-follow-modal.js b/webroot/js/components/fediverse-follow-modal.js
index 21103abd2..7afc9a7db 100644
--- a/webroot/js/components/fediverse-follow-modal.js
+++ b/webroot/js/components/fediverse-follow-modal.js
@@ -69,10 +69,10 @@ export default class FediverseFollowModal extends Component {
<div class="font-bold mb-2">
There was an error following this Owncast server.
</div>
- <span class="block"
- >Unable to fetch the details to send you to your Fediverse server.
- Your server may not support remote following, so you may want to
- manually follow ${' '}
+ <span class="block">
+ Please verify you entered the correct user account. It's also
+ possible your server may not support remote following, so you may
+ want to manually follow ${' '}
<span class="font-semibold">${account}</span> using your service's
own interface.
</span>
@@ -88,15 +88,8 @@ export default class FediverseFollowModal extends Component {
return html`
<div class="bg-gray-100 bg-center bg-no-repeat p-4">
<p class="text-gray-700 text-md">
- By following on the ${' '}
- <a
- class=" text-blue-500"
- href="https://en.wikipedia.org/wiki/Fediverse"
- target="_blank"
- rel="noopener noreferrer"
- >Fediverse</a
- >
- ${' '} you'll get notified when the stream goes live.
+ By following this stream you'll get posts and notifications such as
+ when it goes live.
</p>
<div
@@ -125,13 +118,20 @@ export default class FediverseFollowModal extends Component {
class="border bg-white rounded w-full py-2 px-3 mb-2 mt-2 text-indigo-700 leading-tight focus:outline-none focus:shadow-outline"
id="username"
type="text"
- placeholder="account@instance.tld"
+ placeholder="Fediverse account@instance.tld"
/>
</div>
<p class="text-gray-600 text-xs italic">
You'll be redirected to your Fediverse server and asked to confirm
- this action.
+ this action. ${' '}
+ <a
+ class=" text-blue-500"
+ href="https://owncast.online/docs/social"
+ target="_blank"
+ rel="noopener noreferrer"
+ >Learn more about Owncast follow support.</a
+ >
</p>
<button