summaryrefslogtreecommitdiff
path: root/diagram.dot
diff options
context:
space:
mode:
Diffstat (limited to 'diagram.dot')
-rw-r--r--diagram.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/diagram.dot b/diagram.dot
index 0082d9ea..1ddc6d2b 100644
--- a/diagram.dot
+++ b/diagram.dot
@@ -7,7 +7,7 @@ subgraph cluster_wallet {
color=lightgrey;
webex [label="wallet-webex"];
android [label="wallet-android"];
- legacy [label="wallet-python"];
+ legacy [label="wallet-legacy"];
label="Wallets";
}
android -> merchant_frontend [label="buy", ltail=cluster_wallet];