Use correct translation for url preview settings (#31740)
* fix: use correct translation for url preview settings * test: update snapshot
This commit is contained in:
@@ -1142,7 +1142,7 @@ export const SETTINGS: Settings = {
|
|||||||
"urlPreviewsEnabled_e2ee": {
|
"urlPreviewsEnabled_e2ee": {
|
||||||
supportedLevels: [SettingLevel.ROOM_DEVICE],
|
supportedLevels: [SettingLevel.ROOM_DEVICE],
|
||||||
displayName: {
|
displayName: {
|
||||||
"room-account": _td("settings|inline_url_previews_room_account"),
|
"room-device": _td("settings|inline_url_previews_room_account"),
|
||||||
},
|
},
|
||||||
default: false,
|
default: false,
|
||||||
controller: new UIFeatureController(UIFeature.URLPreviews),
|
controller: new UIFeatureController(UIFeature.URLPreviews),
|
||||||
|
|||||||
+1
-1
@@ -58,7 +58,7 @@ exports[`UrlPreviewSettings should display the correct preview when the room is
|
|||||||
class="_label_19upo_59"
|
class="_label_19upo_59"
|
||||||
for="mx_SettingsFlag_vY7Q4uEh9K38"
|
for="mx_SettingsFlag_vY7Q4uEh9K38"
|
||||||
>
|
>
|
||||||
urlPreviewsEnabled_e2ee
|
Enable URL previews for this room (only affects you)
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user