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

Commit

Permalink
add sync beta message
Browse files Browse the repository at this point in the history
fix #8121

test plan:
1. go to about:preferences#sync
2. you should see text saying that sync is still being completed
  • Loading branch information
diracdeltas committed Apr 8, 2017
1 parent c143e57 commit 510667f
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 510667f

Please # to comment.