From c68cc0b17fa9cb53eb46415238b973a0ca62690d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 12 Oct 2024 09:06:00 +0300 Subject: [PATCH] remove image help --- application/Espo/Resources/i18n/en_US/Stream.json | 3 +-- client/src/views/stream/panel.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/application/Espo/Resources/i18n/en_US/Stream.json b/application/Espo/Resources/i18n/en_US/Stream.json index c9f3448579..d0875836bd 100644 --- a/application/Espo/Resources/i18n/en_US/Stream.json +++ b/application/Espo/Resources/i18n/en_US/Stream.json @@ -11,7 +11,6 @@ "emphasizedText": "emphasized text", "deletedText": "deleted text", "blockquote": "blockquote", - "link": "link text", - "image": "image text" + "link": "link text" } } diff --git a/client/src/views/stream/panel.js b/client/src/views/stream/panel.js index 61ad05ea0e..df00cbe99f 100644 --- a/client/src/views/stream/panel.js +++ b/client/src/views/stream/panel.js @@ -549,7 +549,6 @@ class PanelStreamView extends RelationshipPanelView { ['deletedText', '~~{text}~~'], ['blockquote', '> {text}'], ['link', '[{text}](url)'], - ['image', '![{text}](url)'], ]; const messageItemList = [];