taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit e84a183804c1df132179c25c6c7f654adc5e53bb
parent 73b5d1633b987c1b48e80c040019f83b5440d73d
Author: Mikolai Gütschow <mikolai.guetschow@tu-dresden.de>
Date:   Wed,  8 Apr 2026 17:18:08 +0200

features: adapt alt text to suggestions by Stefan

Diffstat:
Mtemplate/features.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/features.html.j2 b/template/features.html.j2 @@ -58,7 +58,7 @@ </p> </div> <div class="col-lg-6"> - <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="600px" alt="{{ _("The Taler core system is marked in blue and consists of three components, which are arranged in a triangle: the Taler exchange (E) at the top, a customer (C) to the left, and a merchant (M) to the right. E is visualized as two arrows pointing to each other in a circle, where the upper one is black and the lower one is blue. The three components E, C, and M are connected by arrows in counter-clockwise direction. The arrows are labeled as following: from E to C with 'Withdraw coins', from C to M with 'Pay anonymously', and from M to E with 'Deposit coins'. Two more components are shown in black in the same row as E: the Customer Bank (CB) and the Merchant Bank (MB) arranged above C and M, respectively. CB, E, and MB are connected with arrows from left to right, which are labeled with 'Wire money'. A separate component called 'Auditor' is shown in gray with an arrow pointing towards E.") }}"> + <img class="img-fluid" src="{{ url_static('images/TalerDiagram.svg') }}" width="600px" alt="{{ _("The Taler core system is marked in blue and consists of three components, which are arranged in a triangle: the Taler Exchange (E) at the top, a customer (C) to the left, and a merchant (M) to the right. E is represented by two arrows forming a circle, where the upper one is black and the lower one is blue, symbolizing an exchange process. The three components E, C, and M are connected by arrows in counter-clockwise direction. The arrows are labeled as following: from E to C with 'Withdraw coins', from C to M with 'Pay anonymously', and from M to E with 'Deposit coins'. Two more components are shown in black in the same row as E: the Customer Bank (CB) and the Merchant Bank (MB) arranged above C and M, respectively. There are black arrows pointing from left to right between CB, E, and MB, labeled 'Wire money'. A separate component called 'Auditor' is shown in gray and marked with an arrow pointing to E, indicating that E is being monitored (audited).") }}"> </div> </div> </div>