Fix typo in placeholder for abbreviation input

This commit is contained in:
wrongecho
2026-09-06 20:33:10 +01:00
committed by GitHub
parent fa4beea116
commit 97fe67341a

View File

@@ -76,7 +76,7 @@ ob_start();
<label>Shortened Name</label>
<div class="input-group">
<span class="input-group-text"><i class="fa fa-fw fa-id-badge"></i></span>
<input type="text" class="form-control" name="abbreviation" placeholder="Shortned name for client - Max chars 6" maxlength="6" oninput="this.value = this.value.toUpperCase()">
<input type="text" class="form-control" name="abbreviation" placeholder="Shortened name for client - Max chars 6" maxlength="6" oninput="this.value = this.value.toUpperCase()">
</div>
</div>