Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8131 from brave/fix/8121
Browse files Browse the repository at this point in the history
add sync beta message
  • Loading branch information
bbondy authored Apr 10, 2017
2 parents f2f9e18 + 510667f commit 3c4b22c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/extensions/brave/locales/en-US/preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ paymentsSidebarText3=Brave Bitcoin Wallets are provided through a partnership wi
paymentsSidebarText4=Your contributions in the form of credit cards and bank cards are handled by:
syncTitle=Brave Sync
syncTitleMessage=Sync encrypted browser data between your devices securely and privately using Brave Sync.
syncBetaMessage=Note: Sync for iOS and Android is still being completed and will be released soon.
syncEnable=Sync this device
syncData=Sync Data
syncDataMessage=Sync the following data from this device:
Expand Down
1 change: 1 addition & 0 deletions app/renderer/components/preferences/syncTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ class SyncTab extends ImmutableComponent {
<a href='https://github.com/brave/sync/wiki/Design' target='_blank'>
<span className='fa fa-question-circle fundsFAQ' />
</a>
<div className='settingsListTitle syncBetaMessage' data-l10n-id='syncBetaMessage' />
{
this.setupError
? this.errorContent
Expand Down
4 changes: 4 additions & 0 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,10 @@ table.sortableTable {
.deviceNameInput {
width: 50%;
}
.syncBetaMessage {
color: grey;
margin-top: 8px;
}
.device {
background-color: @lightGray;
border-radius: @borderRadiusUIbox;
Expand Down

0 comments on commit 3c4b22c

Please sign in to comment.