mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
linting
This commit is contained in:
parent
4a4123f8df
commit
137a1b33c8
@ -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";
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user