chore(client): 📝 improve move-input label and title

This commit is contained in:
Julien Oculi 2024-06-25 13:16:17 +02:00
parent 76e2be5ae5
commit 0fdbeaf258

View file

@ -46,11 +46,11 @@
/>
</label>
<label>
<span>Longueur en cm</span>
<span>Distance en cm</span>
<input
id="move-input"
type="number"
title="Longueur en cm (-2^31 à 2^31)"
title="Distance en cm (-2^31 à 2^31)"
min="-2147483647"
step="1"
max="2147483647"