From 53e580593782909a28ee10fccec0c672e4584b5c Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Wed, 3 Jul 2024 12:55:11 +0200 Subject: [PATCH] fix type, fixes ST-301 --- .../js/Components/Common/Project/ProjectEditBillableSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Components/Common/Project/ProjectEditBillableSection.vue b/resources/js/Components/Common/Project/ProjectEditBillableSection.vue index 4613430e..23135901 100644 --- a/resources/js/Components/Common/Project/ProjectEditBillableSection.vue +++ b/resources/js/Components/Common/Project/ProjectEditBillableSection.vue @@ -36,7 +36,7 @@ billableRateSelect.value = 'non-billable'; const billableOptionInfoTexts: { [key in BillableKey]: string } = { 'non-billable': - 'New time entries for this project not be marked billable by default.', + 'New time entries for this project will not be marked billable by default.', 'default-rate': 'New time entries for this project will be billable at the default rate by default.', 'custom-rate':