Skip to content

Commit

Permalink
Fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Sep 29, 2020
1 parent 617f4a3 commit f7c6f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const ISSUES_API_ERROR = i18n.translate(

export const GET_ISSUE_API_ERROR = (id: string) =>
i18n.translate(
'xpack.triggersActionsUI.components.builtinActionTypes.jira.unableToGetFieldsMessage',
'xpack.triggersActionsUI.components.builtinActionTypes.jira.unableToGetIssueMessage',
{
defaultMessage: 'Unable to get issue with id {id}',
values: { id },
Expand Down

0 comments on commit f7c6f2e

Please sign in to comment.