summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-08-21 08:04:33 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-08-21 08:04:33 -0400
commitd7b055f4284dea3b776fe20af436a9da3a48c6b8 (patch)
treefbcb28988abfb1607f71f6a8dba95d0a2d1994f3 /webapp/i18n
parent1222e6cd4172657143202882e7189274352e2cd5 (diff)
downloadchat-d7b055f4284dea3b776fe20af436a9da3a48c6b8.tar.gz
chat-d7b055f4284dea3b776fe20af436a9da3a48c6b8.tar.bz2
chat-d7b055f4284dea3b776fe20af436a9da3a48c6b8.zip
Minor string changes for JIRA setting (#7264)
* Update settings.jsx * Update en.json
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 606b5dd5f..b7ecc1b63 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -651,15 +651,15 @@
"admin.password.symbol": "At least one symbol (e.g. \"~!@#$%^&*()\")",
"admin.password.uppercase": "At least one uppercase letter",
"admin.plugins.jira": "JIRA (Beta)",
- "admin.plugins.jira.channelParamNamePlaceholder": "channelname",
+ "admin.plugins.jira.channelParamNamePlaceholder": "channelurl",
"admin.plugins.jira.enabledDescription": "When true, you can configure JIRA webhooks to post message in Mattermost. To help combat phishing attacks, all posts are labelled by a BOT tag.",
- "admin.plugins.jira.enabledLabel": "Enabled:",
+ "admin.plugins.jira.enabledLabel": "Enable JIRA:",
"admin.plugins.jira.secretDescription": "This secret is used to authenticate to Mattermost.",
"admin.plugins.jira.secretLabel": "Secret:",
"admin.plugins.jira.secretParamPlaceholder": "secret",
"admin.plugins.jira.secretRegenerateDescription": "Regenerates the secret for the webhook URL endpoint. Regenerating the secret invalidates your existing JIRA integrations.",
"admin.plugins.jira.setupDescription": "Use this webhook URL to set up the JIRA integration. See {webhookDocsLink} to learn more.",
- "admin.plugins.jira.teamParamPlaceholder": "teamname",
+ "admin.plugins.jira.teamParamPlaceholder": "teamurl",
"admin.plugins.jira.userDescription": "Select the username that this integration is attached to.",
"admin.plugins.jira.userLabel": "User:",
"admin.plugins.jira.webhookDocsLink": "documentation",