Skip to content

Commit

Permalink
copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Oct 5, 2020
1 parent 32964a7 commit 5253b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const JiraParamsFields: React.FunctionComponent<ActionParamsProps<JiraActionPara
'xpack.triggersActionsUI.components.builtinActionTypes.jira.savedObjectIdFieldHelp',
{
defaultMessage:
'Jira will associate this action with a Kibana Saved Object ID.',
'JIRA will associate this action with the ID of a Kibana saved object.',
}
)}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const ResilientParamsFields: React.FunctionComponent<ActionParamsProps<Resilient
'xpack.triggersActionsUI.components.builtinActionTypes.resilient.savedObjectIdFieldHelp',
{
defaultMessage:
'IBM Resilient will associate this action with a Kibana Saved Object ID.',
'IBM Resilient will associate this action with the ID of a Kibana saved object.',
}
)}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const ServiceNowParamsFields: React.FunctionComponent<ActionParamsProps<
'xpack.triggersActionsUI.components.builtinActionTypes.serviceNow.savedObjectIdFieldHelp',
{
defaultMessage:
'ServiceNow will associate this action with a Kibana Saved Object ID.',
'ServiceNow will associate this action with the ID of a Kibana saved object.',
}
)}
/>
Expand Down

0 comments on commit 5253b25

Please sign in to comment.