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 = [];