mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 12:00:20 +00:00
typo [skip ci]
This commit is contained in:
@@ -310,7 +310,7 @@
|
||||
v-model="settings.mesh_username"
|
||||
class="col-6"
|
||||
:rules="[
|
||||
val => (val == val.toLowerCase() && val != val.toUpperCase()) || 'Username be all lowercase',
|
||||
val => (val == val.toLowerCase() && val != val.toUpperCase()) || 'Username must be all lowercase',
|
||||
]"
|
||||
/>
|
||||
</q-card-section>
|
||||
|
||||
Reference in New Issue
Block a user