Skip to content

Commit

Permalink
Fix brave#720: fix sync code typo with qr code/codewords label.
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Jan 15, 2019
1 parent f4da90e commit ac35bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BraveShared/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@ public extension Strings {
public static let SyncToDevice = NSLocalizedString("SyncToDevice", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Sync to device", comment: "Sync to existing device")
public static let SyncToDeviceDescription = NSLocalizedString("SyncToDeviceDescription", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Using existing synced device open Brave Settings and navigate to “Devices & Settings”, tap ‘+’ to add a new device and reveal sync code.", comment: "Sync to existing device description")

public static let SyncAddMobileScanDescription = NSLocalizedString("SyncAddMobileScanDescription", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Using a second phone or tablet, navigate to Brave Settings > Sync > Scan. \n\nCapture the QR Code (above) with your second device, or enter code words if no camera is available.", comment: "Sync add device description")
public static let SyncAddMobileScanDescription = NSLocalizedString("SyncAddMobileScanDescription", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Using a second phone or tablet, navigate to Brave Settings > Sync > Scan. \n\nCapture the QR Code (below) with your second device, or enter code words if no camera is available.", comment: "Sync add device description")
public static let SyncAddMobileWordsDescription = NSLocalizedString("SyncAddMobileWordsDescription", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Using a second phone or tablet, navigate to Brave Settings > Sync. Choose “Enter a Sync Chain Code.” \n\nEnter the code words above, including spaces.", comment: "Sync add device description")

public static let SyncAddComputerScanDescription = NSLocalizedString("SyncAddComputerScanDescription", tableName: "BraveShared", bundle: Bundle.braveShared, value: "On your computer, navigate to Brave Settings > Sync > Scan. \n\nCapture the QR Code (above) with your second device, or enter code words if no camera is available.", comment: "Sync add device description")
public static let SyncAddComputerScanDescription = NSLocalizedString("SyncAddComputerScanDescription", tableName: "BraveShared", bundle: Bundle.braveShared, value: "On your computer, navigate to Brave Settings > Sync > Scan. \n\nCapture the QR Code (below) with your second device, or enter code words if no camera is available.", comment: "Sync add device description")
public static let SyncAddComputerWordsDescription = NSLocalizedString("SyncAddComputerWordsDescription", tableName: "BraveShared", bundle: Bundle.braveShared, value: "On your computer, navigate to Brave Settings > Sync. Choose “Enter a Sync Chain Code.” \n\nEnter the code words above, including spaces.", comment: "Sync add device description")
public static let SyncNoConnectionTitle = NSLocalizedString("SyncNoConnectionTitle", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Can't connect to sync", comment: "No internet connection alert title.")
public static let SyncNoConnectionBody = NSLocalizedString("SyncNoConnectionBody", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Check your internet connection and try again.", comment: "No internet connection alert body.")
Expand Down

0 comments on commit ac35bc4

Please sign in to comment.