From d5dce651f39da7c4dfbb9631673d228455c37146 Mon Sep 17 00:00:00 2001 From: Robert Soeldner Date: Thu, 15 Dec 2022 21:21:15 +0100 Subject: [PATCH] Reference correct button name --- frontend/src/Frontend/UI/Wallet.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Frontend/UI/Wallet.hs b/frontend/src/Frontend/UI/Wallet.hs index 567e8ccd..0aa8a6a3 100644 --- a/frontend/src/Frontend/UI/Wallet.hs +++ b/frontend/src/Frontend/UI/Wallet.hs @@ -180,7 +180,7 @@ uiAccountsTable model dStartOpen = do Nothing -> uiEmptyState (static @"img/menu/wallet.svg") "No Accounts Found" $ do el "p" $ do text "Create new Accounts or interact with existing Accounts by selecting the " - el "strong" $ text "+ Add Account" + el "strong" $ text "+ Watch Account" text " button." pure mempty Just m -> divClass "wallet__keys-list" $ uiAccountItems model m dStartOpen