Skip to content

Commit

Permalink
Update integration backstage titles to consistently use plural… (matt…
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonblais authored and hanzei committed Aug 6, 2019
1 parent 0679033 commit fb403c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/integrations/integrations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Integrations extends React.Component {
title={
<FormattedMessage
id='integrations.incomingWebhook.title'
defaultMessage='Incoming Webhook'
defaultMessage='Incoming Webhooks'
/>
}
description={
Expand Down Expand Up @@ -86,7 +86,7 @@ export default class Integrations extends React.Component {
title={
<FormattedMessage
id='integrations.outgoingWebhook.title'
defaultMessage='Outgoing Webhook'
defaultMessage='Outgoing Webhooks'
/>
}
description={
Expand Down Expand Up @@ -114,7 +114,7 @@ export default class Integrations extends React.Component {
title={
<FormattedMessage
id='integrations.command.title'
defaultMessage='Slash Command'
defaultMessage='Slash Commands'
/>
}
description={
Expand Down
6 changes: 3 additions & 3 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,7 @@
"installed_outgoing_webhooks.unknown_channel": "A Private Webhook",
"integrations.add": "Add",
"integrations.command.description": "Slash commands send events to external integrations",
"integrations.command.title": "Slash Command",
"integrations.command.title": "Slash Commands",
"integrations.delete.confirm.button": "Delete",
"integrations.delete.confirm.title": "Delete Integration",
"integrations.done": "Done",
Expand All @@ -2460,11 +2460,11 @@
"integrations.help": "Visit the {appDirectory} to find self-hosted, third-party apps and integrations for Mattermost.",
"integrations.help.appDirectory": "App Directory",
"integrations.incomingWebhook.description": "Incoming webhooks allow external integrations to send messages",
"integrations.incomingWebhook.title": "Incoming Webhook",
"integrations.incomingWebhook.title": "Incoming Webhooks",
"integrations.oauthApps.description": "OAuth 2.0 allows external applications to make authorized requests to the Mattermost API",
"integrations.oauthApps.title": "OAuth 2.0 Applications",
"integrations.outgoingWebhook.description": "Outgoing webhooks allow external integrations to receive and respond to messages",
"integrations.outgoingWebhook.title": "Outgoing Webhook",
"integrations.outgoingWebhook.title": "Outgoing Webhooks",
"integrations.successful": "Setup Successful",
"interactive_dialog.cancel": "Cancel",
"interactive_dialog.element.optional": "(optional)",
Expand Down

0 comments on commit fb403c9

Please sign in to comment.