Adding fullstops for consistency

This commit is contained in:
zodac 2023-03-24 15:18:01 +13:00
parent 0f8db862b4
commit 5f7507ffca
2 changed files with 4 additions and 4 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 it's associated data. </template>
</BaseSectionHeader> </BaseSectionHeader>
<div class="py-4 border-t-2 border-gray-300"> <div class="py-4 border-t-2 border-gray-300">

View file

@ -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>