mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
[WIP] [FIX] Translate Schedule '(No payee)' (#5777)
This commit is contained in:
@@ -510,6 +510,7 @@ function PayeeCell({
|
||||
onNavigateToSchedule,
|
||||
}: PayeeCellProps) {
|
||||
const isCreatingPayee = useRef(false);
|
||||
const { t } = useTranslation();
|
||||
|
||||
const dispatch = useDispatch();
|
||||
|
||||
@@ -639,7 +640,7 @@ function PayeeCell({
|
||||
}}
|
||||
formatter={() => {
|
||||
if (!displayPayee && isPreview) {
|
||||
return '(No payee)';
|
||||
return t('(No payee)');
|
||||
}
|
||||
return displayPayee;
|
||||
}}
|
||||
|
||||
6
upcoming-release-notes/5777.md
Normal file
6
upcoming-release-notes/5777.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [milanalexandre]
|
||||
---
|
||||
|
||||
Translated ‘(No payee)’ for a scheduled transaction
|
||||
Reference in New Issue
Block a user