summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-23 18:21:25 -0300
committerGitHub <noreply@github.com>2016-08-23 18:21:25 -0300
commite406a92fbbfe36765ab66d9879a9c94546c7c281 (patch)
tree9934133ba83439c37511a4476bf69f5cb0b4526c /webapp
parent065d01c121907bc5529d7019e53b93819daf85f3 (diff)
downloadchat-e406a92fbbfe36765ab66d9879a9c94546c7c281.tar.gz
chat-e406a92fbbfe36765ab66d9879a9c94546c7c281.tar.bz2
chat-e406a92fbbfe36765ab66d9879a9c94546c7c281.zip
Remove reference to config.json settings in strings (#3863)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 44731f08f..378812455 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1246,7 +1246,7 @@
"help.formatting.lines": "## Lines\n\nCreate a line by using three `*`, `_`, or `-`.",
"help.formatting.linkEx": "[Check out Mattermost!](https://about.mattermost.com/)",
"help.formatting.links": "## Links\n\nCreate labeled links by putting the desired text in square brackets and the associated link in normal brackets.",
- "help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point') + '\n```",
+ "help.formatting.listExample": "* list item one\n* list item two\n * item two sub-point')",
"help.formatting.lists": "## Lists\n\nCreate a list by using `*` or `-` as bullets. Indent a bullet point by adding two spaces in front of it.",
"help.formatting.monokaiTheme": "**Monokai Theme**",
"help.formatting.ordered": "Make it an ordered list by using numbers instead:",