Fixing minor typos (#368)

* Adding fullstops for consistency

* Fixing typos

* Fixing eslints
This commit is contained in:
zodac 2023-04-15 16:34:40 +12:00 committed by GitHub
parent 64b3ac3e94
commit 18c22e8a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -471,7 +471,7 @@
<BaseSectionHeader> <BaseSectionHeader>
<Icon name="mdi-delete" class="mr-2 -mt-1 text-base-600" /> <Icon name="mdi-delete" class="mr-2 -mt-1 text-base-600" />
<span class="text-base-600"> Delete Account</span> <span class="text-base-600"> Delete Account</span>
<template #description> Delete your account and all it's associated data </template> <template #description> Delete your account and all its associated data. </template>
</BaseSectionHeader> </BaseSectionHeader>
</template> </template>
<div class="p-4 px-6 border-t-2 border-gray-300"> <div class="p-4 px-6 border-t-2 border-gray-300">

View file

@ -13,8 +13,8 @@
<div class="border-t px-6 pb-3 border-gray-300 divide-gray-300 divide-y"> <div class="border-t px-6 pb-3 border-gray-300 divide-gray-300 divide-y">
<DetailAction @action="navigateTo('/reports/label-generator')"> <DetailAction @action="navigateTo('/reports/label-generator')">
<template #title>Asset ID Labels</template> <template #title>Asset ID Labels</template>
Generates a printable PDF of labels for a range of Asset ID. These are not specific to your inventory so Generates a printable PDF of labels for a range of Asset ID. These are not specific to your inventory so you
your are able to print labels ahead of time and apply them to your inventory when you receive them. are able to print labels ahead of time and apply them to your inventory when you receive them.
<template #button> <template #button>
Label Generator Label Generator
<Icon name="mdi-arrow-right" class="ml-2" /> <Icon name="mdi-arrow-right" class="ml-2" />
@ -23,7 +23,7 @@
<DetailAction @action="getBillOfMaterials()"> <DetailAction @action="getBillOfMaterials()">
<template #title>Bill of Materials</template> <template #title>Bill of Materials</template>
Generates a TSV (Tab Separated Values) file that can be imported into a spreadsheet program. This is a Generates a TSV (Tab Separated Values) file that can be imported into a spreadsheet program. This is a
summary of your inventory with basic item and pricing information summary of your inventory with basic item and pricing information.
<template #button> Generate BOM </template> <template #button> Generate BOM </template>
</DetailAction> </DetailAction>
</div> </div>
@ -57,7 +57,7 @@
<Icon name="mdi-warning" class="mr-2 -mt-1" /> <Icon name="mdi-warning" class="mr-2 -mt-1" />
<span> Inventory Actions </span> <span> Inventory Actions </span>
<template #description> <template #description>
Apply Actions to your inventory in bulk. These are irreversible actions. <b>Be careful</b> Apply Actions to your inventory in bulk. These are irreversible actions. <b>Be careful.</b>
</template> </template>
</BaseSectionHeader> </BaseSectionHeader>
</template> </template>
@ -79,7 +79,7 @@
fix a bug that was introduced early on in the development of the site that caused the time value to be fix a bug that was introduced early on in the development of the site that caused the time value to be
stored with the time which caused issues with date fields displaying accurate values. stored with the time which caused issues with date fields displaying accurate values.
<a class="link" href="https://github.com/hay-kot/homebox/issues/236" target="_blank"> <a class="link" href="https://github.com/hay-kot/homebox/issues/236" target="_blank">
See Github Issue #236 for more details See Github Issue #236 for more details.
</a> </a>
</DetailAction> </DetailAction>
</div> </div>