Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit df6218e

Browse files
authored
Merge pull request #5364 from mkenigs/mxc-imgs
Specify community description img must be mxc urls
2 parents e4c7ab5 + 24ba566 commit df6218e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/structures/GroupView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const LONG_DESC_PLACEHOLDER = _td(
4747
some important <a href="foo">links</a>
4848
</p>
4949
<p>
50-
You can even use 'img' tags
50+
You can even add images with Matrix URLs <img src="mxc://url" />
5151
</p>
5252
`);
5353

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@
22702270
"Attach files from chat or just drag and drop them anywhere in a room.": "Attach files from chat or just drag and drop them anywhere in a room.",
22712271
"Communities": "Communities",
22722272
"Create community": "Create community",
2273-
"<h1>HTML for your community's page</h1>\n<p>\n Use the long description to introduce new members to the community, or distribute\n some important <a href=\"foo\">links</a>\n</p>\n<p>\n You can even use 'img' tags\n</p>\n": "<h1>HTML for your community's page</h1>\n<p>\n Use the long description to introduce new members to the community, or distribute\n some important <a href=\"foo\">links</a>\n</p>\n<p>\n You can even use 'img' tags\n</p>\n",
2273+
"<h1>HTML for your community's page</h1>\n<p>\n Use the long description to introduce new members to the community, or distribute\n some important <a href=\"foo\">links</a>\n</p>\n<p>\n You can even add images with Matrix URLs <img src=\"mxc://url\" />\n</p>\n": "<h1>HTML for your community's page</h1>\n<p>\n Use the long description to introduce new members to the community, or distribute\n some important <a href=\"foo\">links</a>\n</p>\n<p>\n You can even add images with Matrix URLs <img src=\"mxc://url\" />\n</p>\n",
22742274
"Add rooms to the community summary": "Add rooms to the community summary",
22752275
"Which rooms would you like to add to this summary?": "Which rooms would you like to add to this summary?",
22762276
"Add to summary": "Add to summary",

0 commit comments

Comments
 (0)