Fix long window placeholder to say minutes

This commit is contained in:
Viacheslav Komarov 2025-06-07 11:48:54 +04:00 committed by GitHub
commit 5b783399f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -699,7 +699,7 @@
<input
type="number"
v-model="newInterfaceAirtimeLimitLong"
placeholder="Enter long airtime limit (% of a rolling 60 seconds window)"
placeholder="Enter long airtime limit (% of a rolling 60 minutes window)"
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-zinc-900 dark:border-zinc-600 dark:text-white"
/>
</div>