aboutsummaryrefslogtreecommitdiff
path: root/extension/pages/reserve-success.html
diff options
context:
space:
mode:
Diffstat (limited to 'extension/pages/reserve-success.html')
-rw-r--r--extension/pages/reserve-success.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/extension/pages/reserve-success.html b/extension/pages/reserve-success.html
index 05871ca1f..8d5c6aeb4 100644
--- a/extension/pages/reserve-success.html
+++ b/extension/pages/reserve-success.html
@@ -2,14 +2,14 @@
<html>
<head>
- <title>Taler Wallet: Reserve Created</title>
+ <title>Taler Wallet: Withdraw operation initiated</title>
<link rel="stylesheet" type="text/css" href="../style/wallet.css">
</head>
<body>
<header>
<div id="logo"></div>
- <h1>Reserve Creation</h1>
+ <h1>Withdraw operation initiated</h1>
</header>
<aside class="sidebar" id="left">
@@ -20,11 +20,10 @@
<article>
<h1>Success!</h1>
- <p>The reserve was created successfully.</p>
+ <p>We have started the process of withdrawing electronic coins. This process may take a bit, but will happen in the background. So you can now continue to browse.</p>
+ <p>You can click on the Taler logo in your navigation bar to check on the progress of the withdrawal operation and your current balance.</p>
</article>
</section>
</body>
-
- </body>
</html>