From f6c316eea9f980d6c6bb0ca62fd2e12aa9b57441 Mon Sep 17 00:00:00 2001 From: Drazen Urch Date: Thu, 16 Sep 2021 18:02:15 +0200 Subject: [PATCH] fix typo --- tauri-wallet/src/routes/sign-in.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-wallet/src/routes/sign-in.tsx b/tauri-wallet/src/routes/sign-in.tsx index cc1a60f262..3b7f397f62 100644 --- a/tauri-wallet/src/routes/sign-in.tsx +++ b/tauri-wallet/src/routes/sign-in.tsx @@ -74,7 +74,7 @@ const SignInContent = ({ showCreateAccount: () => void }) => { const [mnemonic, setMnemonic] = useState( - 'alley mutual arrange escape army vacuum cherry ozone frame steel current smile dad subject primary foster lazy want perfect fury general eye cannon motor' + 'menmonic phrase' ) const [inputError, setInputError] = useState() const [isLoading, setIsLoading] = useState(false)