mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
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:
committed by
GitHub
parent
ca969cc61b
commit
4be7e03570
@@ -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',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -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':
|
||||||
|
|||||||
6
upcoming-release-notes/5211.md
Normal file
6
upcoming-release-notes/5211.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: Bugfix
|
||||||
|
authors: [jfdoming]
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix a few typos mentioned on Weblate
|
||||||
Reference in New Issue
Block a user