Skip to content

Commit

Permalink
Improve word
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Jun 25, 2020
1 parent 7f12821 commit 441efa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const JIRA_EMAIL_LABEL = i18n.translate(
);

export const JIRA_EMAIL_REQUIRED = i18n.translate(
'xpack.securitySolution.case.connectors.common.requiredEmailTextField',
'xpack.securitySolution.case.connectors.jira.requiredEmailTextField',
{
defaultMessage: 'Email or Username is required',
}
Expand All @@ -53,14 +53,14 @@ export const JIRA_EMAIL_REQUIRED = i18n.translate(
export const JIRA_API_TOKEN_LABEL = i18n.translate(
'xpack.securitySolution.case.connectors.jira.apiTokenTextFieldLabel',
{
defaultMessage: 'Api token or Password',
defaultMessage: 'API token or Password',
}
);

export const JIRA_API_TOKEN_REQUIRED = i18n.translate(
'xpack.securitySolution.case.connectors.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 @@ -58,14 +58,14 @@ export const PASSWORD_REQUIRED = i18n.translate(
export const API_TOKEN_LABEL = i18n.translate(
'xpack.securitySolution.case.connectors.common.apiTokenTextFieldLabel',
{
defaultMessage: 'Api token',
defaultMessage: 'API token',
}
);

export const API_TOKEN_REQUIRED = i18n.translate(
'xpack.securitySolution.case.connectors.common.requiredApiTokenTextField',
{
defaultMessage: 'Api token is required',
defaultMessage: 'API token is required',
}
);

Expand Down

0 comments on commit 441efa6

Please sign in to comment.