mirror of https://github.com/itflow-org/itflow
Clarify Email during company setup, instead of just enter email enter company email for the placeholder https://youtu.be/Ul10HXaPwNk?t=2079
This commit is contained in:
parent
219fe59aa2
commit
5f26f68a04
|
|
@ -1272,7 +1272,7 @@ if (isset($_POST['add_telemetry'])) {
|
|||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-envelope"></i></span>
|
||||
</div>
|
||||
<input type="email" class="form-control" name="email" placeholder="Email address">
|
||||
<input type="email" class="form-control" name="email" placeholder="Company Email address">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue