diff --git a/Multisig/UI/App/WhatsNewHandler.swift b/Multisig/UI/App/WhatsNewHandler.swift index ff27e7bfd..fe1f0ee76 100644 --- a/Multisig/UI/App/WhatsNewHandler.swift +++ b/Multisig/UI/App/WhatsNewHandler.swift @@ -21,14 +21,14 @@ class WhatsNewHandler { title = .init(text: WhatsNew.Text(titleString)) - var featureString = AttributedString("Gnosis Safe has rebranded to ‘Safe’ following a successful spin-off from the Gnosis DAO.\n\nNow and over the coming versions, you will see a new look and a better user experience for your ever secure Gnosis Safe.") + var featureString = AttributedString("Gnosis Safe has rebranded to Safe following a successful spin-off from the Gnosis DAO.\n\nNow and over the coming versions, you will see a new look and a better user experience for your ever secure Gnosis Safe.") featureString.foregroundColor = .labelSecondary featureText = .init(featureString) } else { title = "What's new" - featureText = "Gnosis Safe has rebranded to ‘Safe’ following a successful spin-off from the Gnosis DAO.\n\nNow and over the coming versions, you will see a new look and a better user experience for your ever secure Gnosis Safe." + featureText = "Gnosis Safe has rebranded to Safe following a successful spin-off from the Gnosis DAO.\n\nNow and over the coming versions, you will see a new look and a better user experience for your ever secure Gnosis Safe." }