From 137a1b33c8d694c27b10930595ffbfd94332dd33 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 9 Apr 2026 13:35:19 +0100 Subject: [PATCH] linting --- apps/web/src/PosthogTrackers.ts | 1 - packages/shared-components/src/i18n/strings/en_EN.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/web/src/PosthogTrackers.ts b/apps/web/src/PosthogTrackers.ts index 26095a5a66..19bb900b7c 100644 --- a/apps/web/src/PosthogTrackers.ts +++ b/apps/web/src/PosthogTrackers.ts @@ -13,7 +13,6 @@ import { type Interaction as InteractionEvent } from "@matrix-org/analytics-even import { type PinUnpinAction } from "@matrix-org/analytics-events/types/typescript/PinUnpinAction"; import { type RoomListSortingAlgorithmChanged } from "@matrix-org/analytics-events/types/typescript/RoomListSortingAlgorithmChanged"; import { type UrlPreviewRendered } from "@matrix-org/analytics-events/types/typescript/UrlPreviewRendered"; -import { type UrlPreview } from "@element-hq/web-shared-components"; import PageType from "./PageTypes"; import Views from "./Views"; diff --git a/packages/shared-components/src/i18n/strings/en_EN.json b/packages/shared-components/src/i18n/strings/en_EN.json index d9dbc6a7bd..ec5897d834 100644 --- a/packages/shared-components/src/i18n/strings/en_EN.json +++ b/packages/shared-components/src/i18n/strings/en_EN.json @@ -219,12 +219,12 @@ "message_timestamp_sent_at": "Sent at: %(dateTime)s", "url_preview": { "close": "Close preview", + "open_link": "Open link", "show_n_more": { "one": "Show %(count)s other preview", "other": "Show %(count)s other previews" }, - "view_image": "View image", - "open_link": "Open link" + "view_image": "View image" } }, "widget": {