Fix some more formatting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
5913203dc6
commit
c6bd2c7d67
2 changed files with 9 additions and 9 deletions
|
@ -43,14 +43,14 @@ import {mediaFromMxc} from "../../customisations/Media";
|
||||||
import {replaceableComponent} from "../../utils/replaceableComponent";
|
import {replaceableComponent} from "../../utils/replaceableComponent";
|
||||||
|
|
||||||
const LONG_DESC_PLACEHOLDER = _td(
|
const LONG_DESC_PLACEHOLDER = _td(
|
||||||
`<h1>HTML for your community's page</h1>
|
"<h1>HTML for your community's page</h1>" +
|
||||||
<p>
|
"<p>" +
|
||||||
Use the long description to introduce new members to the community, or distribute
|
"Use the long description to introduce new members to the community, or distribute" +
|
||||||
some important <a href="foo">links</a>
|
"some important <a href=\"foo\">links</a>" +
|
||||||
</p>
|
"</p>" +
|
||||||
<p>
|
"<p>" +
|
||||||
You can even add images with Matrix URLs <img src="mxc://url" />
|
"You can even add images with Matrix URLs <img src=\"mxc://url\" />" +
|
||||||
</p>`,
|
"</p>",
|
||||||
);
|
);
|
||||||
|
|
||||||
const RoomSummaryType = PropTypes.shape({
|
const RoomSummaryType = PropTypes.shape({
|
||||||
|
|
|
@ -2508,7 +2508,7 @@
|
||||||
"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.",
|
"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.",
|
||||||
"Communities": "Communities",
|
"Communities": "Communities",
|
||||||
"Create community": "Create community",
|
"Create community": "Create community",
|
||||||
"<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",
|
"<h1>HTML for your community's page</h1><p>Use the long description to introduce new members to the community, or distributesome important <a href=\"foo\">links</a></p><p>You can even add images with Matrix URLs <img src=\"mxc://url\" /></p>": "<h1>HTML for your community's page</h1><p>Use the long description to introduce new members to the community, or distributesome important <a href=\"foo\">links</a></p><p>You can even add images with Matrix URLs <img src=\"mxc://url\" /></p>",
|
||||||
"Add rooms to the community summary": "Add rooms to the community summary",
|
"Add rooms to the community summary": "Add rooms to the community summary",
|
||||||
"Which rooms would you like to add to this summary?": "Which rooms would you like to add to this summary?",
|
"Which rooms would you like to add to this summary?": "Which rooms would you like to add to this summary?",
|
||||||
"Add to summary": "Add to summary",
|
"Add to summary": "Add to summary",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue