fix: use correct translation for content protection in settings (#30210)

This commit is contained in:
Florian Duros
2025-06-25 17:24:25 +02:00
committed by GitHub
parent 4f13242de2
commit d0ddc92908
2 changed files with 2 additions and 1 deletions

View File

@@ -1394,7 +1394,7 @@ export const SETTINGS: Settings = {
},
"Electron.enableContentProtection": {
supportedLevels: [SettingLevel.PLATFORM],
displayName: _td("settings|preferences|enable_hardware_acceleration"),
displayName: _td("settings|preferences|enable_content_protection"),
default: false,
},
"Developer.elementCallUrl": {