Merge pull request #4404 from AlphaWallet/fix-spurious-question-mark-in-whats-new

Remove spurious question mark in What's New
pull/4406/head
Hwee-Boon Yar 3 years ago committed by GitHub
commit b4fa016d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      AlphaWallet/WhatsNew/Coordinators/WhatsNewExperimentCoordinator.swift

@ -53,7 +53,7 @@ class WhatsNewExperimentCoordinator: Coordinator {
let listings = WhatsNewListing(listing: [
WhatsNew(
//TODO localize later. Might not keep this longer term
title: "You can get to your wallet address QR code from Siri/Spotlight?",
title: "You can get to your wallet address QR code from Siri/Spotlight",
changes: [
"1. Go to homescreen",
"2. Pull down to reveal search bar",

Loading…
Cancel
Save