Skip to content

Commit 950441b

Browse files
committed
Fix missing Ethereum permissions header in settings
1 parent 76a9bb7 commit 950441b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

browser/resources/settings/brave_overrides/site_details.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ RegisterPolymerTemplateModifications({
8989
if (!ethereumSettings) {
9090
console.error(
9191
'[Brave Settings Overrides] Couldn\'t find Ethereum settings')
92+
} else {
93+
ethereumSettings.setAttribute(
94+
'label', loadTimeData.getString('siteSettingsEthereum'))
9295
}
9396
curChild++
9497
firstPermissionItem.insertAdjacentHTML(

0 commit comments

Comments
 (0)