mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 05:36:13 +02:00
fix: use correct translation for content protection in settings (#30210)
This commit is contained in:
parent
4f13242de2
commit
d0ddc92908
@ -2844,6 +2844,7 @@
|
||||
"composer_heading": "Composer",
|
||||
"default_timezone": "Browser default (%(timezone)s)",
|
||||
"dialog_title": "<strong>Settings:</strong> Preferences",
|
||||
"enable_content_protection": "Enable content protection",
|
||||
"enable_hardware_acceleration": "Enable hardware acceleration",
|
||||
"enable_tray_icon": "Show tray icon and minimise window to it on close",
|
||||
"keyboard_heading": "Keyboard shortcuts",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user