From b6d8f867a86f0c819dd4532f507ba1e65f86f7e1 Mon Sep 17 00:00:00 2001
From: Matiss Janis Aboltins <matiss@mja.lv>
Date: Mon, 23 Jan 2023 19:38:06 +0000
Subject: [PATCH] fix: typo in reconcilation transaction creation (#572)

---
 packages/desktop-client/src/components/accounts/Account.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js
index 5e9a9fc94..69dc0a340 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>
         )}
-- 
GitLab