Skip to content

Commit

Permalink
Improve copy on sockethub-unavailable screen
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Feb 26, 2022
1 parent 3d0e31f commit 348443e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/templates/configure-sockethub.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<div class="bg-white overflow-hidden shadow sm:rounded-lg">
<div class="px-4 py-10 sm:p-10 text-neutral-800">
<h2 class="mb-10 text-center text-3xl font-light">Sockethub unavailable</h2>
<p class="mb-4">
<a href="http://sockethub.org/" target="_blank" class="text-orange-600 underline" rel="noopener noreferrer">Sockethub</a>
is an open-source server program, which this app needs in
order to talk to chat servers.
</p>
<p class="mb-4">
Unfortunately, the Sockethub server at
<code class="px-2 py-1 bg-orange-100 text-orange-600 font-bold">{{this.model.config.sockethubURL}}</code>
seems to be offline at the moment.
</p>
<p class="mb-4">
<a href="http://sockethub.org/" target="_blank" class="text-orange-600 underline" rel="noopener noreferrer">Sockethub</a>
is an open-source server program, which this app uses in
order to talk to chat servers.
</p>
{{#if (eq this.model.config.environment "development")}}
<p class="mb-10 font-bold">
The app is running in development mode. Please make sure Sockethub is
Expand Down

0 comments on commit 348443e

Please sign in to comment.