From 11197eb7e77a8c935c2018319b3d5f98dd2a305d Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 20 Jan 2020 12:22:07 +1000 Subject: [PATCH] better englische --- app/templates/bot/create.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/bot/create.html b/app/templates/bot/create.html index 14f5dc6..d7a50bd 100644 --- a/app/templates/bot/create.html +++ b/app/templates/bot/create.html @@ -12,7 +12,7 @@ {% include 'error.html' %} - +
{% if session['step'] == 1 %} @@ -26,7 +26,7 @@ {% elif session['step'] == 3 %}

You now need to give your bot access to the {{ session['instance'] }} account you have created for it. If you have not yet created an account on {{ session['instance'] }} for your bot to use, please do so now.

-

Sign in to the {{ session['instance'] }} account you want your bot to use, then click next to begin the authorisation process.

+

In another tab, sign in to the {{ session['instance'] }} account you want your bot to use. Once that's done, click next to begin the authorisation process.

{% elif session['step'] == 4 %}

Congratulations!