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:
johnnyq 2025-07-25 13:34:05 -04:00
parent 219fe59aa2
commit 5f26f68a04
1 changed files with 1 additions and 1 deletions

View File

@ -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>