From 1c67016fa6aba3cbfe8640a84cc0b642a0ee32a7 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 20 Jan 2020 15:30:01 +1000 Subject: [PATCH] emphasise that you need to add accounts to learn from --- app/templates/bot/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/bot/create.html b/app/templates/bot/create.html index d7a50bd..b481e4c 100644 --- a/app/templates/bot/create.html +++ b/app/templates/bot/create.html @@ -31,7 +31,7 @@ {% elif session['step'] == 4 %}

Congratulations!

FediBooks has successfully authenticated with your instance, and your bot is ready to be configured. Click finish to return to the bot management screen.

-

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 button. To configure settings such as posting frequency and content warnings, click the button.

+

Important: 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 button. To configure settings such as posting frequency and content warnings, click the button.

{% else %}

Error