Skip to content

Commit 8af88ac

Browse files
committed
More detailed recalculate label
1 parent a2b7377 commit 8af88ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/billingRecord/IFXCalculateBillingMonth.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686
return 'To create new billing for usages that have billing records, check Recalculate'
8787
}
8888
if (this.recalculate) {
89-
return 'Recalculate billing records'
89+
return 'Remove existing billing records and recalculate'
9090
}
9191
return 'Calculate billing records'
9292
},
@@ -273,7 +273,7 @@ export default {
273273
<v-col>
274274
<v-checkbox
275275
v-model="recalculate"
276-
label="Recalculate"
276+
label="Remove existing billing records and recalculate"
277277
>
278278
</v-checkbox>
279279
</v-col>

0 commit comments

Comments
 (0)