commit 6d59885dfd02b1fff292bdd9075ce38461f128b9
parent e72726c5aeee978ce41bcd4aea42784e2046c6c9
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 21 Jan 2016 11:40:44 +0100
invert conditional
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/frontend/index.html b/src/frontend/index.html
@@ -47,11 +47,11 @@
<article>
<h2>Step 1: Installing the Taler wallet</h2>
- <p class="taler-installed-show">
+ <p class="taler-installed-hide">
First, you need to <a href="http://demo.taler.net/">install</a>
the Taler wallet browser extension.
</p>
- <p class="taler-installed-hide">
+ <p class="taler-installed-show">
Congratulations, you have installed the Taler wallet correctly.
You can now proceed with the next steps.
</p>