Skip to content

Commit

Permalink
Apply copy feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Oct 15, 2020
1 parent 7fef799 commit c5eab31
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const EmailActionConnectorFields: React.FunctionComponent<ActionConnector
>
<FormattedMessage
id="xpack.triggersActionsUI.components.builtinActionTypes.emailAction.configureAccountsHelpLabel"
defaultMessage="Configuring email accounts."
defaultMessage="Configure email accounts"
/>
</EuiLink>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { i18n } from '@kbn/i18n';
export const JIRA_DESC = i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.jira.selectMessageText',
{
defaultMessage: 'Push or update data to a new issue in Jira',
defaultMessage: 'Push or update data to a new issue in Jira.',
}
);

Expand Down Expand Up @@ -81,28 +81,28 @@ export const JIRA_REENTER_VALUES_LABEL = i18n.translate(
export const JIRA_EMAIL_LABEL = i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.jira.emailTextFieldLabel',
{
defaultMessage: 'Email or Username',
defaultMessage: 'Username or email address',
}
);

export const JIRA_EMAIL_REQUIRED = i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.jira.requiredEmailTextField',
{
defaultMessage: 'Email or Username is required',
defaultMessage: 'Username or email address is required',
}
);

export const JIRA_API_TOKEN_LABEL = i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.jira.apiTokenTextFieldLabel',
{
defaultMessage: 'API token or Password',
defaultMessage: 'API token or password',
}
);

export const JIRA_API_TOKEN_REQUIRED = i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.jira.requiredApiTokenTextField',
{
defaultMessage: 'API token or Password is required',
defaultMessage: 'API token or password is required',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const PagerDutyActionConnectorFields: React.FunctionComponent<ActionConnectorFie
>
<FormattedMessage
id="xpack.triggersActionsUI.components.builtinActionTypes.pagerDutyAction.routingKeyNameHelpLabel"
defaultMessage="Configure a PagerDuty account."
defaultMessage="Configure a PagerDuty account"
/>
</EuiLink>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const REMEMBER_VALUES_LABEL = i18n.translate(
export const REENTER_VALUES_LABEL = i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.resilient.reenterValuesLabel',
{
defaultMessage: 'API key ID and secret are encrypted. Please reenter values for these fields.',
defaultMessage: 'ID and secret are encrypted. Please reenter values for these fields.',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const ServiceNowConnectorFields: React.FC<ActionConnectorFieldsProps<
>
<FormattedMessage
id="xpack.triggersActionsUI.components.builtinActionTypes.serviceNowAction.apiUrlHelpLabel"
defaultMessage="Configure Personal Developer Instance for ServiceNow"
defaultMessage="Configure a Personal Developer Instance"
/>
</EuiLink>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const SlackActionFields: React.FunctionComponent<ActionConnectorFieldsProps<
>
<FormattedMessage
id="xpack.triggersActionsUI.components.builtinActionTypes.slackAction.webhookUrlHelpLabel"
defaultMessage="Create a Slack webhook URL"
defaultMessage="Create a Slack Webhook URL"
/>
</EuiLink>
}
Expand Down

0 comments on commit c5eab31

Please sign in to comment.