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

Commit 24ba566

Browse files
committed
Specify community description img must be mxc urls
Closes element-hq/element-web#7100 Signed-off-by: Matthew Kenigsberg <[email protected]>
1 parent a708dbf commit 24ba566

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
@@ -2001,7 +2001,7 @@
20012001
"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.",
20022002
"Communities": "Communities",
20032003
"Create community": "Create community",
2004-
"<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",
2004+
"<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",
20052005
"Add rooms to the community summary": "Add rooms to the community summary",
20062006
"Which rooms would you like to add to this summary?": "Which rooms would you like to add to this summary?",
20072007
"Add to summary": "Add to summary",

0 commit comments

Comments
 (0)