summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Gathoye <william@gathoye.be>2016-09-12 16:02:09 +0200
committerChristopher Speller <crspeller@gmail.com>2016-09-12 10:02:09 -0400
commit6d21dab4210678ad9305bba5ab4a341267fc29fa (patch)
tree214b35231fce09349067828762f8c81ae48eff93
parent3b739e1ca51100e64e88daf2cd80b0929556998d (diff)
downloadchat-6d21dab4210678ad9305bba5ab4a341267fc29fa.tar.gz
chat-6d21dab4210678ad9305bba5ab4a341267fc29fa.tar.bz2
chat-6d21dab4210678ad9305bba5ab4a341267fc29fa.zip
code block should be Code block as used in a menu IIRC (#4006)
All translators have translated this string item using an uppercase letter.
-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 4f2987904..66e994893 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1238,7 +1238,7 @@
"help.formatting.checklist": "Make a task list by including square brackets:",
"help.formatting.checklistExample": "- [ ] Item one\n- [ ] Item two\n- [x] Completed item",
"help.formatting.code": "## Code Block\n\nCreate a code block by indenting each line by four spaces, or by placing ``` on the line above and below your code.",
- "help.formatting.codeBlock": "code block",
+ "help.formatting.codeBlock": "Code block",
"help.formatting.emojiExample": ":smile: :+1: :sheep:",
"help.formatting.emojis": "## Emojis\n\nOpen the emoji autocomplete by typing `:`. A full list of emojis can be found [here](http://www.emoji-cheat-sheet.com/). It is also possible to create your own [Custom Emoji](http://docs.mattermost.com/help/settings/custom-emoji.html) if the emoji you want to use doesn't exist.",
"help.formatting.example": "Example:",