Fix a few typos mentioned on Weblate (#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>
This commit is contained in:
Julian Dominguez-Schatz
2025-07-08 21:05:00 -04:00
committed by GitHub
parent ca969cc61b
commit 4be7e03570
5 changed files with 11 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ export function addToBeBudgetedGroup(groups: CategoryGroupEntity[]) {
categories: [ categories: [
{ {
id: 'to-budget', id: 'to-budget',
name: t('To Budget'), name: t('To Budget'),
group: 'to-budget', group: 'to-budget',
}, },
], ],

View File

@@ -288,7 +288,7 @@ export function GoCardlessExternalMsgModal({
/> />
<View style={{ marginTop: 10, color: theme.pageText }}> <View style={{ marginTop: 10, color: theme.pageText }}>
{isConfigurationLoading {isConfigurationLoading
? t('Checking GoCardless configuration..') ? t('Checking GoCardless configuration...')
: waiting === 'browser' : waiting === 'browser'
? t('Waiting on GoCardless...') ? t('Waiting on GoCardless...')
: waiting === 'accounts' : waiting === 'accounts'

View File

@@ -460,9 +460,9 @@ function RecurringScheduleTooltip({
defaultValue={config.endOccurrences || 1} defaultValue={config.endOccurrences || 1}
/> />
{config.endOccurrences === '1' ? ( {config.endOccurrences === '1' ? (
<Trans>ocurrence</Trans> <Trans>occurrence</Trans>
) : ( ) : (
<Trans>ocurrences</Trans> <Trans>occurrences</Trans>
)} )}
</> </>
)} )}

View File

@@ -180,7 +180,7 @@ export function friendlyOp(op, type?) {
case 'contains': case 'contains':
return t('contains'); return t('contains');
case 'hasTags': case 'hasTags':
return t('has tag(s)'); return t('has tags');
case 'matches': case 'matches':
return t('matches'); return t('matches');
case 'doesNotContain': case 'doesNotContain':

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [jfdoming]
---
Fix a few typos mentioned on Weblate