fix(miniapp): translate Exact amounts and Percentages split options

This commit is contained in:
2026-03-17 02:21:30 +04:00
parent fcdd0f2aaf
commit a91bb00041
2 changed files with 6 additions and 2 deletions

View File

@@ -549,8 +549,8 @@ export default function LedgerRoute() {
const splitModeOptions = () => [
{ value: 'equal', label: copy().purchaseSplitEqual },
{ value: 'exact', label: 'Exact amounts' },
{ value: 'percentage', label: 'Percentages' }
{ value: 'exact', label: copy().purchaseSplitExact },
{ value: 'percentage', label: copy().purchaseSplitPercentage }
]
return (