feat(PL & PL): add localizing.

This commit is contained in:
elforjani13
2022-02-08 16:54:57 +02:00
parent d300231838
commit 93df479c05
2 changed files with 24 additions and 12 deletions

View File

@@ -142,7 +142,7 @@ export default function BalanceSheetHeaderComparisonPanal() {
<Checkbox
inline={true}
small={true}
label={<T id={'profit_loss_sheet.percentage_of_column'} />}
label={<T id={'balance_sheet.percentage_of_column'} />}
{...field}
/>
</FormGroup>
@@ -156,7 +156,7 @@ export default function BalanceSheetHeaderComparisonPanal() {
<Checkbox
inline={true}
small={true}
label={<T id={'profit_loss_sheet.percentage_of_row'} />}
label={<T id={'balance_sheet.percentage_of_row'} />}
{...field}
/>
</FormGroup>