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

Internationalize SMS placeholder input #1218

Merged
merged 1 commit into from
Dec 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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