summaryrefslogtreecommitdiff
path: root/template/features.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/features.html.j2')
-rw-r--r--template/features.html.j224
1 files changed, 12 insertions, 12 deletions
diff --git a/template/features.html.j2 b/template/features.html.j2
index cb3df6e6..edd9ac3f 100644
--- a/template/features.html.j2
+++ b/template/features.html.j2
@@ -1,6 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
-
+<main id="maincontent">
<div class="container">
<div class="row">
<div class="col">
@@ -39,7 +39,7 @@
<p>
{% trans %}
- When making a payment, customers only need a charged wallet.
+ When making a payment, customers only need a loaded wallet.
A merchant can accept payments
<span class="tlr">without making their customers register</span>
on the merchant&#39;s Website.
@@ -57,7 +57,7 @@
</p>
</div>
<div class="col-lg-6">
- <img class="img-fluid" src="{{ url_static('images/diagram-simple.png') }}">
+ <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="600px">
</div>
</div>
</div>
@@ -77,13 +77,13 @@
</p>
<p>
{% trans %}
- Once the wallet is charged, payments on websites take only one click,
+ Once the wallet is loaded, payments on websites take only one click,
are never falsely rejected by fraud detection and do not pose any risk
of phishing or identity theft.
{% endtrans %}
</p>
<p>
- <a href="https://demo.taler.net">
+ <a href="https://demo.taler.net" target="_blank" rel="noopener noreferrer">
{% trans %}
Try it yourself with the interactive demo!
{% endtrans %}
@@ -108,7 +108,7 @@
{% endtrans %}
</p>
<p>
- <a href="https://docs.taler.net/taler-merchant-api-tutorial.html">
+ <a href="https://docs.taler.net/taler-merchant-api-tutorial.html" target="_blank" rel="noopener noreferrer">
{% trans %}
See how merchant integration works in our developer documentation!
{% endtrans %}
@@ -143,7 +143,7 @@
{% trans %}
Taler does not introduce a new currency. Taler
uses a digital wallet storing coins and payment service
- providers with escrow accounts in existing currencies.
+ providers with settlement accounts in existing currencies.
Thus, Taler&#39;s cryptographic coins correspond to existing
currencies, such as US Dollars, Euros or even Bitcoins.
{% endtrans %}
@@ -196,12 +196,12 @@
<p>
{% trans %}
- Taler provides protocols and reference implementations that in
- principle enables anybody to run their own payment infrastructure,
- be it individuals, organizations or whole countries. Since the
- reference implementation is a
+ Taler provides protocols and reference implementations that,
+ in principle, enable anyone to run their own payment infrastructure,
+ whether they are individuals, organizations, or entire countries.
+ Since the reference implementation is a
{% endtrans %}
- <a href="https://www.gnu.org/">GNU</a>
+ <a href="https://www.gnu.org/" target="_blank" rel="noopener noreferrer">GNU</a>
{% trans %}
package, it will always remain free software.
{% endtrans %}