mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.12`: - [[Enterprise Search] Button typo fix (#173497)](https://github.com/elastic/kibana/pull/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":"32779855+leemthompo@users.noreply.github.com"},"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 <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
parent
3db8c923f4
commit
5e8f6b5db3
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue