Skip to content

Commit

Permalink
[8.12] [Enterprise Search] Button typo fix (#173497) (#173509)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.12`:
- [[Enterprise Search] Button typo fix
(#173497)](#173497)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Liam
Thompson","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-18T11:27:22Z","message":"[Enterprise
Search] Button typo fix (#173497)\n\nButton uses incorrect
plural","sha":"b944280008f0d9cc72ecbe5f9ce04d492f51bd3d","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.12.0","v8.12.1","v8.13.0"],"number":173497,"url":"https://github.com/elastic/kibana/pull/173497","mergeCommit":{"message":"[Enterprise
Search] Button typo fix (#173497)\n\nButton uses incorrect
plural","sha":"b944280008f0d9cc72ecbe5f9ce04d492f51bd3d"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173497","number":173497,"mergeCommit":{"message":"[Enterprise
Search] Button typo fix (#173497)\n\nButton uses incorrect
plural","sha":"b944280008f0d9cc72ecbe5f9ce04d492f51bd3d"}}]}]
BACKPORT-->

Co-authored-by: Liam Thompson <[email protected]>
  • Loading branch information
kibanamachine and leemthompo authored Dec 18, 2023
1 parent 3db8c92 commit 5e8f6b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const Connectors: React.FC<ConnectorsProps> = ({ isCrawler }) => {
>
{i18n.translate(
'xpack.enterpriseSearch.connectors.newConnectorsClientButtonLabel',
{ defaultMessage: 'New Connectors Client' }
{ defaultMessage: 'New Connector Client' }
)}
</EuiButton>,
]
Expand Down

0 comments on commit 5e8f6b5

Please sign in to comment.