Skip to content

Commit

Permalink
rename shields string variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Mar 2, 2020
1 parent eeca051 commit 8667715
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</select>
</div>
<div class="settings-box">
<div class="label shields-primary-title">$i18n{lookFeelTitle}</div>
<div class="label shields-primary-title">$i18n{shieldsLookFeelTitle}</div>
</div>
<settings-toggle-button
class="continuation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void BraveAddCommonStrings(content::WebUIDataSource* html_source,
IDS_SETTINGS_BRAVE_SHIELDS_HTTPS_EVERYWHERE_CONTROL_LABEL},
{"noScriptControlLabel",
IDS_SETTINGS_BRAVE_SHIELDS_NO_SCRIPT_CONTROL_LABEL},
{"lookFeelTitle",
{"shieldsLookFeelTitle",
IDS_SETTINGS_BRAVE_SHIELDS_LOOK_AND_FEEL_TITLE},
{"showStatsBlockedBadgeLabel",
IDS_SETTINGS_BRAVE_SHIELDS_SHOW_STATS_BLOCKED_BADGE_LABEL},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
requestShieldPanelData,
onShieldsPanelShown,
reportBrokenSite,
getViewPreferences,
setAllowScriptOriginsOnce
} from '../api/shieldsAPI'
import { reloadTab } from '../api/tabsAPI'
Expand Down

0 comments on commit 8667715

Please sign in to comment.