mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Use correct translation for url preview settings (#31740)
* fix: use correct translation for url preview settings * test: update snapshot
This commit is contained in:
parent
82b270616f
commit
cac682247c
@ -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),
|
||||
|
||||
@ -58,7 +58,7 @@ exports[`UrlPreviewSettings should display the correct preview when the room is
|
||||
class="_label_19upo_59"
|
||||
for="mx_SettingsFlag_vY7Q4uEh9K38"
|
||||
>
|
||||
urlPreviewsEnabled_e2ee
|
||||
Enable URL previews for this room (only affects you)
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user