Skip to content

Commit 2e4074e

Browse files
committed
Fix a few typos mentioned on Weblate
1 parent 9952412 commit 2e4074e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/desktop-client/src/components/budget/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function addToBeBudgetedGroup(groups: CategoryGroupEntity[]) {
2727
categories: [
2828
{
2929
id: 'to-budget',
30-
name: t('To Budget'),
30+
name: t('To Budget'),
3131
group: 'to-budget',
3232
},
3333
],

packages/desktop-client/src/components/modals/GoCardlessExternalMsgModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export function GoCardlessExternalMsgModal({
288288
/>
289289
<View style={{ marginTop: 10, color: theme.pageText }}>
290290
{isConfigurationLoading
291-
? t('Checking GoCardless configuration..')
291+
? t('Checking GoCardless configuration...')
292292
: waiting === 'browser'
293293
? t('Waiting on GoCardless...')
294294
: waiting === 'accounts'

packages/desktop-client/src/components/select/RecurringSchedulePicker.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,9 @@ function RecurringScheduleTooltip({
460460
defaultValue={config.endOccurrences || 1}
461461
/>
462462
{config.endOccurrences === '1' ? (
463-
<Trans>ocurrence</Trans>
463+
<Trans>occurrence</Trans>
464464
) : (
465-
<Trans>ocurrences</Trans>
465+
<Trans>occurrences</Trans>
466466
)}
467467
</>
468468
)}

0 commit comments

Comments
 (0)