diff --git a/src/Zenith/CLI.hs b/src/Zenith/CLI.hs index 491675c..302aa68 100644 --- a/src/Zenith/CLI.hs +++ b/src/Zenith/CLI.hs @@ -1060,8 +1060,7 @@ appEvent (BT.VtyEvent e) = do BT.modify $ set msg $ "Address copied to Clipboard from >>\n" ++ - T.unpack (addressBookAbdescrip (entityVal a)) ++ "->\n" ++ - T.unpack (addressBookAbaddress (entityVal a)) ++ "!" + T.unpack (addressBookAbdescrip (entityVal a)) BT.modify $ set displayBox MsgDisplay _ -> do BT.modify $ set msg "Error while copying the address!!"