mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
Fix long window placeholder to say minutes
This commit is contained in:
parent
07a41215be
commit
5b783399f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue