From 4aa7a179155acfe0bf4b087b1c68bcfd70d6e72b Mon Sep 17 00:00:00 2001 From: Dmitry Bespalov Date: Tue, 30 Aug 2022 18:02:15 +0200 Subject: [PATCH] gh-2568 Remove space after title --- Multisig/UI/App/WhatsNewHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multisig/UI/App/WhatsNewHandler.swift b/Multisig/UI/App/WhatsNewHandler.swift index ed0539e93..763f09b96 100644 --- a/Multisig/UI/App/WhatsNewHandler.swift +++ b/Multisig/UI/App/WhatsNewHandler.swift @@ -21,7 +21,7 @@ class WhatsNewHandler { title = .init(text: WhatsNew.Text(titleString)) - var featureString = AttributedString("\nGnosis Safe rebranded to Safe. Following a successful spin-off vote from Gnosis in GIP-29, we are rebranding to Safe.\n\nNow and over the coming time, you will see a new look and a better visual experience to your ever secure Gnosis Safe that you love.") + var featureString = AttributedString("Gnosis Safe rebranded to Safe. Following a successful spin-off vote from Gnosis in GIP-29, we are rebranding to Safe.\n\nNow and over the coming time, you will see a new look and a better visual experience to your ever secure Gnosis Safe that you love.") featureString.foregroundColor = .labelSecondary featureText = .init(featureString)