commit 6d35e8c8f0c9f8080f90ef8cc336cb67973ccce2
parent 894b3c791fa88b2e281e5fcdba047c2a594e46fa
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 24 Dec 2025 20:31:32 +0900
fix description texts
Diffstat:
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/locales/de-DE/taldir.yml b/locales/de-DE/taldir.yml
@@ -24,6 +24,8 @@ confirmDelete: "Bestätige, dass das Alias \"<i>%s</i>\" gelöscht werden soll."
lookup: "Suchen"
lookupEmail: "E-Mail-Adresse nachschlagen"
lookupEmailDescription: "Gib eine E-Mail-Adresse (z.B. `jdoe@example.com`) ein um die dazugehörige Taler Mailbox-Adresse nachzuschlagen. Wenn diese noch nicht verlinkt ist, und das Alias Dir gehört, hast du dann die Chance dieses mit einer Bazahlsystemadresse zu verlinken oder zu modifizieren."
+lookupMastodon: "Mastodon-Handle nachschlagen"
+lookupMastodonDescription: "Gib ein Mastodon-Handle (z.B. `@jdoe`) ein um die dazugehörige Taler Mailbox-Adresse nachzuschlagen. Wenn diese noch nicht verlinkt ist, und das Alias Dir gehört, hast du dann die Chance dieses mit einer Bazahlsystemadresse zu verlinken oder zu modifizieren."
available: "Verfügbar"
lookupPhoneNr: "Telefonnummer nachschlagen"
lookupPhoneDescription: "Gib eine Telefonnummer ohne das `+` und ohne Leerzeichen ein (z.B. `49123456789`) um die dazugehörige Taler Mailbox-Adresse nachzuschlagen. Wenn diese noch nicht verlinkt ist, und das Alias unter Dir gehört, hast du dann die Chance dieses mit einer Bazahlsystemadresse zu verlinken."
diff --git a/locales/en-US/taldir.yml b/locales/en-US/taldir.yml
@@ -24,6 +24,8 @@ confirmDelete: "Click to confirm that you want to delete the alias \"<i>%s</i>\"
lookup: "Look up"
lookupEmail: "Look up Email address"
lookupEmailDescription: "Enter an email address (e.g. `jdoe@example.com`) to look up the associated Taler Mailbox Address. If it is still unlinked and under your control you will be given the option to link it with a Taler Mailbox Address after lookup."
+lookupMastodon: "Look up Mastodon handle"
+lookupMastodonDescription: "Enter a mastodon handle (e.g. `@jdoe`) to look up the associated Taler Mailbox Address. If it is still unlinked and under your control you will be given the option to link it with a Taler Mailbox Address after lookup."
available: "Available"
lookupPhoneNr: "Look up phone number"
lookupPhoneDescription: "Enter a phone number without the `+` and no spaces (e.g. `49123456789`) to look up the associated Taler Mailbox Address. If it is still unlinked and under your control you will be given the option to link it with a new Taler Mailbox Address or modify an existing address after lookup."
diff --git a/web/templates/landing_mastodon.html b/web/templates/landing_mastodon.html
@@ -33,9 +33,9 @@
<div class="col-8">
<div class="card">
<div class="card-body">
- <h4 class="card-title">{{ call .tr "lookupEmail" }}</h4>
+ <h4 class="card-title">{{ call .tr "lookupMastodon" }}</h4>
<hr>
- <p class="card-text">{{ call .tr "lookupEmailDescription" }}</p>
+ <p class="card-text">{{ call .tr "lookupMastodonDescription" }}</p>
</div>
<form method="get" action="/lookup/mastodon">
<div class="row">