Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Internationalize SMS placeholder input (#1218)
Browse files Browse the repository at this point in the history
Turns out the library does this - we just needed to remove our
placeholder...
  • Loading branch information
sethvargo authored Dec 1, 2020
1 parent c8fcfb8 commit fb0f3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/assets/codes/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h1>{{t $.locale "header.create-verification-code"}}</h1>
<label for="symptomDate" class="col-sm-3">Patient phone</label>
<div class="col-sm-9">
<div class="input-group">
<input type="tel" id="phone" name="phone" class="form-control" placeholder="+1 (555) 555-5555" autocomplete="off" class="w-100" />
<input type="tel" id="phone" name="phone" class="form-control" autocomplete="off" class="w-100" />
</div>
<small class="form-text text-muted">
If provided, the system will send text containing the code to the
Expand Down

0 comments on commit fb0f3a9

Please sign in to comment.