From 9019fee49e8ed2390ed39a6746b1ddb36d6bedcb Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 7 Nov 2017 10:47:32 +0000 Subject: [PATCH] Adjust long desc placeholder text --- src/components/structures/GroupView.js | 4 ++-- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 1728bc3c71..de6fc53f32 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -32,8 +32,8 @@ import GroupStore from '../../stores/GroupStore'; import { showGroupAddRoomDialog } from '../../GroupAddressPicker'; import GeminiScrollbar from 'react-gemini-scrollbar'; -const LONG_DESC_PLACEHOLDER = _td(` -

HTML for your community's page

+const LONG_DESC_PLACEHOLDER = _td( +`

HTML for your community's page

Use the long description to introduce new members to the community, or distribute some important links diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 99eca338fc..cc20f3b89b 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -672,6 +672,7 @@ "You must register to use this functionality": "You must register to use this functionality", "You must join the room to see its files": "You must join the room to see its files", "There are no visible files in this room": "There are no visible files in this room", + "

HTML for your community's page

\n

\n Use the long description to introduce new members to the community, or distribute\n some important links\n

\n

\n You can even use 'img' tags\n

\n": "

HTML for your community's page

\n

\n Use the long description to introduce new members to the community, or distribute\n some important links\n

\n

\n You can even use 'img' tags\n

\n", "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?", "Add to summary": "Add to summary", @@ -704,7 +705,6 @@ "Publish this community on your profile": "Publish this community on your profile", "Your community hasn't got a Long Description, a HTML page to show to community members.
Click here to open settings and give it one!": "Your community hasn't got a Long Description, a HTML page to show to community members.
Click here to open settings and give it one!", "Long Description (HTML)": "Long Description (HTML)", - "

HTML for your community's page

\n

\n Use the Long Description to introduce new members to the community, or distribute some important links.\n

\n

\n You can even use \"img\" tags, but only for images reachable from MXC URLs.\n

\n": "

HTML for your community's page

\n

\n Use the Long Description to introduce new members to the community, or distribute some important links.\n

\n

\n You can even use \"img\" tags, but only for images reachable from MXC URLs.\n

\n", "Description": "Description", "Community %(groupId)s not found": "Community %(groupId)s not found", "This Home server does not support communities": "This Home server does not support communities",