Skip to content

Commit

Permalink
More detailed recalculate label
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronk committed Nov 26, 2024
1 parent a2b7377 commit 8af88ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/billingRecord/IFXCalculateBillingMonth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
return 'To create new billing for usages that have billing records, check Recalculate'
}
if (this.recalculate) {
return 'Recalculate billing records'
return 'Remove existing billing records and recalculate'
}
return 'Calculate billing records'
},
Expand Down Expand Up @@ -273,7 +273,7 @@ export default {
<v-col>
<v-checkbox
v-model="recalculate"
label="Recalculate"
label="Remove existing billing records and recalculate"
>
</v-checkbox>
</v-col>
Expand Down

0 comments on commit 8af88ac

Please sign in to comment.