Skip to content

Commit

Permalink
Fixing minor typos (hay-kot#368)
Browse files Browse the repository at this point in the history
* Adding fullstops for consistency

* Fixing typos

* Fixing eslints
  • Loading branch information
zodac authored and OrellBuehler committed Jun 24, 2023
1 parent b20bf46 commit f797edc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/pages/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
<BaseSectionHeader>
<Icon name="mdi-delete" class="mr-2 -mt-1 text-base-600" />
<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>
</template>
<div class="p-4 px-6 border-t-2 border-gray-300">
Expand Down
10 changes: 5 additions & 5 deletions frontend/pages/tools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="border-t px-6 pb-3 border-gray-300 divide-gray-300 divide-y">
<DetailAction @action="navigateTo('/reports/label-generator')">
<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
your are able to print labels ahead of time and apply them to your inventory when you receive them.
Generates a printable PDF of labels for a range of Asset ID. These are not specific to your inventory so you
are able to print labels ahead of time and apply them to your inventory when you receive them.
<template #button>
Label Generator
<Icon name="mdi-arrow-right" class="ml-2" />
Expand All @@ -23,7 +23,7 @@
<DetailAction @action="getBillOfMaterials()">
<template #title>Bill of Materials</template>
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>
</DetailAction>
</div>
Expand Down Expand Up @@ -57,7 +57,7 @@
<Icon name="mdi-warning" class="mr-2 -mt-1" />
<span> Inventory Actions </span>
<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>
</BaseSectionHeader>
</template>
Expand All @@ -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
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">
See Github Issue #236 for more details
See Github Issue #236 for more details.
</a>
</DetailAction>
</div>
Expand Down

0 comments on commit f797edc

Please sign in to comment.