update text

This commit is contained in:
Evgeny Poberezkin
2026-08-13 10:58:20 +01:00
parent 0bb4bae604
commit ed4086029f
@@ -778,7 +778,7 @@ fileprivate struct InvestInSimpleXChat: View {
var body: some View {
VStack(alignment: .leading, spacing: 4) {
Text("You can now invest in SimpleX Chat").font(.title3).bold()
(Text("Equity crowdfunding launched.") + Text(verbatim: " ") + Text("Learn more").foregroundColor(theme.colors.primary))
(Text("Crowdfunding on Wefunder.") + Text(verbatim: " ") + Text("Learn more").foregroundColor(theme.colors.primary))
.multilineTextAlignment(.leading)
.onTapGesture { showGetStakeSheet = true }
Image("crowdfunding_00")