Skip to content

Commit

Permalink
gh-2568 Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Bespalov committed Aug 30, 2022
1 parent 7b19177 commit 4cfafbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Multisig/UI/App/WhatsNewHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}


Expand Down

0 comments on commit 4cfafbf

Please sign in to comment.