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 Aug 28, 2019
1 parent e79efe7 commit 35ac4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,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 @@ -96,7 +96,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

0 comments on commit 35ac4f2

Please sign in to comment.