commit 71da8ef7b1f7a03b50a422724d93dff13256dd4d parent 00bcb22c27898d9a90ff2fca54776c117783732f Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 10 Jan 2025 10:59:44 +0100 no plus in number Diffstat:
| M | web/templates/landing_phone.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/templates/landing_phone.html b/web/templates/landing_phone.html @@ -22,14 +22,14 @@ <div id="ebanner" class="alert alert-info" role="alert"> <h4 class="alert-heading">Look up phone number</h4> <hr> - <p class="mb-0">Enter a phone number (e.g. <i>+49 123 456 789</i>) to look up the associated target URI or register a target URI if it is still availialbe.</p> + <p class="mb-0">Enter a phone number without the `+` and no spaces (e.g. <i>49123456789</i>) to look up the associated target URI or register a target URI if it is still availiable.</p> </div> <form method="get" action="/lookup/phone"> <div class="row"> <div class="col-lg-6 offset-lg-3 text-center"> <div class="input-group mb-3"> <div class="input-group-prepend"> - <span class="input-group-text" id="inputGroup-sizing-default">Phone</span> + <span class="input-group-text" id="inputGroup-sizing-default">Phone number: (+)</span> </div> <input type="text" name="address" class="form-control" aria-label="Default" aria-describedby="inputGroup-sizing-default"> </div>