Skip to content

Commit 7f32632

Browse files
jfdominggithub-actions[bot]matt-fidd
authored andcommitted
Fix a few typos mentioned on Weblate (actualbudget#5211)
* Fix a few typos mentioned on Weblate * Add release notes * Update VRT * Update VRT --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
1 parent 736b3d7 commit 7f32632

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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
)}

packages/loot-core/src/shared/rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export function friendlyOp(op, type?) {
180180
case 'contains':
181181
return t('contains');
182182
case 'hasTags':
183-
return t('has tag(s)');
183+
return t('has tags');
184184
case 'matches':
185185
return t('matches');
186186
case 'doesNotContain':

upcoming-release-notes/5211.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: Bugfix
3+
authors: [jfdoming]
4+
---
5+
6+
Fix a few typos mentioned on Weblate

0 commit comments

Comments
 (0)