diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js index 5e9a9fc944ff54867e5efed01ca8c986cae9a146..69dc0a340cabcb5df765055cba733dfdd3465ea9 100644 --- a/packages/desktop-client/src/components/accounts/Account.js +++ b/packages/desktop-client/src/components/accounts/Account.js @@ -177,7 +177,7 @@ function ReconcilingMessage({ {targetDiff !== 0 && ( <View style={{ marginLeft: 15 }}> <Button onClick={() => onCreateTransaction(targetDiff)}> - Create Reconciliation Transation + Create Reconciliation Transaction </Button> </View> )}