mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-22 18:40:27 +00:00
fix(s): spelling mistakes, and external link handling on login page (#65)
* Fix spelling mistake Fix spelling mistake, changed 'Mode Number' to 'Model Number' * Update external links on login page Updated the external links on the login page for Discord and application docs to open in new tabs/windows. * Fix spelling mistake on items page Fix spelling mistake, changed second incorrect occurrence of 'Labels' to 'Locations'
This commit is contained in:
parent
0f51e51f63
commit
b87cdc8164
3 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@
|
|||
</template>
|
||||
<div class="px-4 pb-4">
|
||||
<FormMultiselect v-model="selectedLabels" label="Labels" :items="labels ?? []" />
|
||||
<FormMultiselect v-model="selectedLocations" label="Labels" :items="locations ?? []" />
|
||||
<FormMultiselect v-model="selectedLocations" label="Locations" :items="locations ?? []" />
|
||||
</div>
|
||||
</BaseCard>
|
||||
<section class="mt-10">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue