summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i18n/en.json4
-rw-r--r--webapp/i18n/en.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 00686e1af..a75909b95 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2873,7 +2873,7 @@
},
{
"id": "model.config.is_valid.cluster_email_batching.app_error",
- "translation": "Unable to enable email batching (EmailSettings.EnableEmailBatching) when clustering (ClusterSettings.Enable) is enabled"
+ "translation": "Unable to enable email batching when clustering is enabled"
},
{
"id": "model.config.is_valid.email_batching_buffer_size.app_error",
@@ -3069,7 +3069,7 @@
},
{
"id": "model.config.is_valid.site_url_email_batching.app_error",
- "translation": "Unable to enable email batching (EmailSettings.EnableEmailBatching) when SiteURL (ServiceSettings.SiteURL) isn't set."
+ "translation": "Unable to enable email batching when SiteURL isn't set."
},
{
"id": "model.config.is_valid.sitename_length.app_error",
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:",