mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
emphasise that you need to add accounts to learn from
This commit is contained in:
parent
dc7787d296
commit
1c67016fa6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
{% elif session['step'] == 4 %}
|
{% elif session['step'] == 4 %}
|
||||||
<h2 class="thin centred">Congratulations!</h2>
|
<h2 class="thin centred">Congratulations!</h2>
|
||||||
<p>FediBooks has successfully authenticated with your instance, and your bot is ready to be configured. Click finish to return to the bot management screen.</p>
|
<p>FediBooks has successfully authenticated with your instance, and your bot is ready to be configured. Click finish to return to the bot management screen.</p>
|
||||||
<p>To get your bot working, you need to add at least one account for it to learn from. You can do so by clicking the <i class="fas fa-users"></i> button. To configure settings such as posting frequency and content warnings, click the <i class="fas fa-cog"></i> button.</p>
|
<p><strong>Important:</strong> To get your bot working, you need to add at least one account for it to learn from. You can do so by clicking the <i class="fas fa-users"></i> button. To configure settings such as posting frequency and content warnings, click the <i class="fas fa-cog"></i> button.</p>
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<h2 class="thin centred">Error</h2>
|
<h2 class="thin centred">Error</h2>
|
||||||
|
|
Loading…
Reference in a new issue