Use correct translation for url preview settings (#31740)

* fix: use correct translation for url preview settings

* test: update snapshot
This commit is contained in:
Florian Duros
2026-01-15 11:36:57 +01:00
committed by GitHub
parent 82b270616f
commit cac682247c
2 changed files with 2 additions and 2 deletions

View File

@@ -1142,7 +1142,7 @@ export const SETTINGS: Settings = {
"urlPreviewsEnabled_e2ee": {
supportedLevels: [SettingLevel.ROOM_DEVICE],
displayName: {
"room-account": _td("settings|inline_url_previews_room_account"),
"room-device": _td("settings|inline_url_previews_room_account"),
},
default: false,
controller: new UIFeatureController(UIFeature.URLPreviews),