[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taldir] branch master updated: no plus in number
From: |
gnunet |
Subject: |
[taler-taldir] branch master updated: no plus in number |
Date: |
Fri, 10 Jan 2025 10:59:47 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository taldir.
The following commit(s) were added to refs/heads/master by this push:
new 71da8ef no plus in number
71da8ef is described below
commit 71da8ef7b1f7a03b50a422724d93dff13256dd4d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Jan 10 10:59:44 2025 +0100
no plus in number
---
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
index 8cdf3d8..1f80e3d 100644
--- 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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taldir] branch master updated: no plus in number,
gnunet <=