diff --git a/app/extensions/brave/locales/en-US/preferences.properties b/app/extensions/brave/locales/en-US/preferences.properties index 015fd191dd5..4b6b0cffe6d 100644 --- a/app/extensions/brave/locales/en-US/preferences.properties +++ b/app/extensions/brave/locales/en-US/preferences.properties @@ -49,18 +49,19 @@ syncReset=Reset Sync syncResetMessageWhat=Resetting Sync clears data stored on the Sync server and resets this device's Sync settings. syncResetMessageWhatNot=You will keep any bookmarks, history and other browsing data currently on this device. syncResetMessageOtherDevices=If you've synced other devices, they will continue to sync their future browsing data. If you don't want that, you should reset Sync on those devices as well. -syncStart=I am new to sync -syncAdd=I have an existing sync code +syncStart=I am new to Sync +syncAdd=I have an existing Sync code syncNewDevice1=Open Brave on your new device and go to Preferences > Sync > 'I have an existing synced device'. syncNewDevice2=If it asks you to scan a QR code, click the button below and point your camera at the QR code. +syncQRImg.title=Brave sync QR code syncShowQR=Show secret QR code. (Do not share!) syncHideQR=Hide QR code syncNewDevice3=If asks you to enter code words, type in the words below. syncShowPassphrase=Show secret code words. (Do not share!) syncHidePassphrase=Hide code words syncDeviceNameInput=Enter an optional name for this device: -syncCreate=Set up sync -syncEnterPassphrase=Enter your sync code words: +syncCreate=Set up Sync +syncEnterPassphrase=Enter your Sync code words: accountBalance=account balance accountBalanceConnectionError=Please check your Internet connection. monthlyBudget=monthly budget diff --git a/app/renderer/components/preferences/payment/advancedSettings.js b/app/renderer/components/preferences/payment/advancedSettings.js index a364c0192d8..1102ec16eb9 100644 --- a/app/renderer/components/preferences/payment/advancedSettings.js +++ b/app/renderer/components/preferences/payment/advancedSettings.js @@ -91,7 +91,7 @@ class AdvancedSettingsContent extends ImmutableComponent { class AdvancedSettingsFooter extends ImmutableComponent { render () { - return
+ return
+ return
+
{this.setupError}
+
} get clearDataContent () { - return
+ return
{ this.enabled - ?
+ } get setupContent () { @@ -73,27 +91,43 @@ class SyncTab extends ImmutableComponent { return null } // displayed before a sync userId has been created - return
-
} get postSetupContent () { return -
- -
- -
+
+ +
+ +
{getSetting(settings.SYNC_DEVICE_NAME, this.props.settings)}
{this.enabled ? this.devicesContent : null} - -
- +
    +
  • +
  • +
+
- :
- :
} @@ -189,62 +291,111 @@ class SyncTab extends ImmutableComponent { get deviceNameInputContent () { return - - { this.deviceNameInput = node }} - placeholder={this.defaultDeviceName} /> +
+
+ { this.deviceNameInput = node }} + placeholder={this.defaultDeviceName} /> +
} - get addOverlayContent () { - return
- - - -