fix type, fixes ST-301

This commit is contained in:
Gregor Vostrak
2024-07-03 12:55:11 +02:00
parent a8d82d0d2c
commit 53e5805937

View File

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