mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 14:04:04 +00:00
fix(miniapp): translate Exact amounts and Percentages split options
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user