commit f8fca883e3c8cd6d6371f3e420c6b18112591b55
parent 6d35e8c8f0c9f8080f90ef8cc336cb67973ccce2
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 24 Dec 2025 20:34:05 +0900
clarify mastodon
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/locales/de-DE/taldir.yml b/locales/de-DE/taldir.yml
@@ -24,8 +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."
+lookupMastodon: "Mastodon.social-Handle nachschlagen"
+lookupMastodonDescription: "Gib ein Mastodon-Handle (z.B. `@jdoe@mastodon.social`) 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,8 +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."
+lookupMastodon: "Look up Mastodon.social handle"
+lookupMastodonDescription: "Enter a mastodon handle (e.g. `@jdoe@mastodon.social`) 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
@@ -46,6 +46,7 @@
<input type="text" name="alias" id="floatingInput" class="form-control" placeholder="jdoe" aria-label="Default" aria-describedby="inputGroup-sizing-default" data-sb-validations="required">
<label for="floatingInput">{{ call .tr "mastodonHandle" }}</label>
</div>
+ <span class="input-group-text" id="inputGroup-sizing-default">@mastodon.social</span>
<input class="input-group-text btn btn-outline-primary" type="submit" value="{{ call .tr "lookup" }}">
</div>
</div>