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(` -
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", + "
\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": "\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.\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": "\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",