From d6159cd4fde72040d57bdde7d00ec8c6290feb01 Mon Sep 17 00:00:00 2001 From: Narasimha-sc <166327228+Narasimha-sc@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:50:12 +0000 Subject: [PATCH] address review: fix iOS where-to-scan breadcrumbs for server and desktop scanners --- apps/ios/Shared/Views/NewChat/QRCodeScan.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ios/Shared/Views/NewChat/QRCodeScan.swift b/apps/ios/Shared/Views/NewChat/QRCodeScan.swift index 6ce8ed89b0..aeb358a772 100644 --- a/apps/ios/Shared/Views/NewChat/QRCodeScan.swift +++ b/apps/ios/Shared/Views/NewChat/QRCodeScan.swift @@ -101,11 +101,11 @@ private extension QRCodeType { case let .connectionLink(_, linkType): return linkType == .relay ? nil : NSLocalizedString("Open New chat, then scan or paste the link.", comment: "qr where to scan") case .serverAddress: - return NSLocalizedString("Open Settings, Network & servers, Your servers, then Scan server QR code.", comment: "qr where to scan") + return NSLocalizedString("Tap your profile image, then Settings, Network & servers, Your servers, then Scan server QR code.", comment: "qr where to scan") case .migrationLink: return NSLocalizedString("On the new device, when first setting up the app, choose Migrate from another device.", comment: "qr where to scan") case .desktopAddress: - return NSLocalizedString("Open Settings, Use from desktop, then Scan QR code from desktop.", comment: "qr where to scan") + return NSLocalizedString("Tap your profile image, then Use from desktop, then Scan QR code from desktop.", comment: "qr where to scan") case .securityCode: return NSLocalizedString("Open the chat, tap the contact's name, then Verify security code.", comment: "qr where to scan") case .unknown: