File tree Expand file tree Collapse file tree
security_solution/public/cases/components/settings/jira
triggers_actions_ui/public/application/components/builtin_action_types/jira Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ export const GET_ISSUE_API_ERROR = (id: string) =>
3636export const SEARCH_ISSUES_COMBO_BOX_ARIA_LABEL = i18n . translate (
3737 'xpack.securitySolution.components.settings.jira.searchIssuesComboBoxAriaLabel' ,
3838 {
39- defaultMessage : 'Select parent issue ' ,
39+ defaultMessage : 'Type to search ' ,
4040 }
4141) ;
4242
4343export const SEARCH_ISSUES_PLACEHOLDER = i18n . translate (
4444 'xpack.securitySolution.components.settings.jira.searchIssuesComboBoxPlaceholder' ,
4545 {
46- defaultMessage : 'Select parent issue ' ,
46+ defaultMessage : 'Type to search ' ,
4747 }
4848) ;
4949
Original file line number Diff line number Diff line change @@ -151,14 +151,14 @@ export const GET_ISSUE_API_ERROR = (id: string) =>
151151export const SEARCH_ISSUES_COMBO_BOX_ARIA_LABEL = i18n . translate (
152152 'xpack.triggersActionsUI.components.builtinActionTypes.jira.searchIssuesComboBoxAriaLabel' ,
153153 {
154- defaultMessage : 'Select parent issue ' ,
154+ defaultMessage : 'Type to search ' ,
155155 }
156156) ;
157157
158158export const SEARCH_ISSUES_PLACEHOLDER = i18n . translate (
159159 'xpack.triggersActionsUI.components.builtinActionTypes.jira.searchIssuesComboBoxPlaceholder' ,
160160 {
161- defaultMessage : 'Select parent issue ' ,
161+ defaultMessage : 'Type to search ' ,
162162 }
163163) ;
164164
You can’t perform that action at this time.
0 commit comments