taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit 68388aabf73b0b25a3015c5dc33103ab847bae7e
parent 49eba63d5a14b7565849131fe2b498b36113792b
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Fri, 10 Jan 2025 13:16:07 +0100

typos

Diffstat:
Mweb/templates/landing.html | 2+-
Mweb/templates/lookup_result.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/templates/landing.html b/web/templates/landing.html @@ -22,7 +22,7 @@ <div id="ebanner" class="alert alert-info" role="alert"> <h4 class="alert-heading">Look up or register</h4> <hr> - <p class="mb-0">Select a type of alias that you want to look up or link to a payment system address.</p> + <p class="mb-0">Select a type of alias that you want to look up or link to a Payment System Address.</p> </div> <hr> {{range .validators}} diff --git a/web/templates/lookup_result.html b/web/templates/lookup_result.html @@ -57,7 +57,7 @@ {{else}} <div class="container pt-5"> <div id="ebanner" class="alert alert-dark" role="alert"> - <h4 class="alert-heading">Available!</h4> + <h4 class="alert-heading">Found!</h4> <hr> <p class="mb-0">`{{.address}}` is linked with a Payment System Address.</p> </div>