From 6d21dab4210678ad9305bba5ab4a341267fc29fa Mon Sep 17 00:00:00 2001 From: William Gathoye Date: Mon, 12 Sep 2016 16:02:09 +0200 Subject: code block should be Code block as used in a menu IIRC (#4006) All translators have translated this string item using an uppercase letter. --- webapp/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp') 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:", -- cgit v1.2.3-1-g7c22