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':