Skip to content

Commit

Permalink
remove console errors in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Nov 15, 2018
1 parent 246c75d commit 9e79f47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions browser/ui/webui/brave_webui_source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ void CustomizeWebUIHTMLSource(const std::string &name, content::WebUIDataSource*
{ "browsingHistory", IDS_BRAVE_SYNC_BROWSING_HISTORY },
{ "clearData", IDS_BRAVE_SYNC_CLEAR_DATA },
{ "resetSync", IDS_BRAVE_SYNC_RESET_SYNC },
{ "removeDevice", IDS_BRAVE_SYNC_REMOVE_DEVICE },

{ "setUpSync", IDS_BRAVE_SYNC_SET_UP_SYNC },

Expand Down
2 changes: 1 addition & 1 deletion components/brave_sync/ui/components/enabledContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SyncEnabledContent extends React.PureComponent<SyncEnabledContentProps, Sy
{ content: getLocale('id') },
{ content: getLocale('deviceName') },
{ content: getLocale('lastActive') },
{ content: getLocale('remove'), customStyle: { 'text-align': 'center' } }
{ content: getLocale('removeDevice'), customStyle: { 'text-align': 'center' } }
]
}

Expand Down
1 change: 1 addition & 0 deletions components/resources/brave_components_strings.grd
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
<message name="IDS_BRAVE_SYNC_BROWSING_HISTORY" desc="The Brave Sync `Browsing History` toggle label">Browsing History</message>
<message name="IDS_BRAVE_SYNC_CLEAR_DATA" desc="The Brave Sync `Clear Data` title">Clear Data</message>
<message name="IDS_BRAVE_SYNC_RESET_SYNC" desc="The Brave Sync `Reset Sync` button">Reset Sync</message>
<message name="IDS_BRAVE_SYNC_REMOVE_DEVICE" desc="The Brave Sync `Remove` table header">Remove</message>
<message name="IDS_BRAVE_SYNC_SET_UP_SYNC" desc="The Brave Sync `Set up Sync` button">Set up Sync</message>
<message name="IDS_BRAVE_SYNC_ENTER_SYNC_CODE_WORDS" desc="The Brave Sync `Enter your Sync code words:` label">Enter your Sync code words:</message>
<message name="IDS_BRAVE_SYNC_ENTER_OPTIONAL_NAME_FOR_THIS_DEVICE" desc="The Brave Sync `Enter a name for this device` label">Enter a name for this device:</message>
Expand Down

0 comments on commit 9e79f47

Please sign in to comment.