Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #720, correct copy in "Join to Sync" screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored and kylehickinson committed Jan 15, 2019
1 parent eba0918 commit 94c6e23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BraveShared/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,11 @@ 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 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 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 below, 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 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 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 below, 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.")
public static let EnterCodeWords = NSLocalizedString("EnterCodeWords", tableName: "BraveShared", bundle: Bundle.braveShared, value: "Enter code words", comment: "Sync enter code words")
Expand Down

0 comments on commit 94c6e23

Please sign in to comment.