Skip to content

Commit

Permalink
Change wording from Monthly gross to Monthly basic income
Browse files Browse the repository at this point in the history
  • Loading branch information
Kessir committed Jul 21, 2024
1 parent d3d89c1 commit 926e743
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const taxResult = computed(() => {
</p>

<form v-cloak class="px-4 py-4">
<FormInput class="mt-3" id="gross-income" label="Monthly gross income" v-model="grossIncome"/>
<FormInput class="mt-3" id="gross-income" label="Monthly basic income" v-model="grossIncome"/>
<FormInput class="mt-3" id="allowances" label="Monthly allowances*" v-model="allowances"/>
<FormInput class="mt-3" id="tax-relief" label="Tax relief" v-model="taxRelief"/>
</form>
Expand Down

0 comments on commit 926e743

Please sign in to comment.