Skip to content

Commit

Permalink
[Enterprise Search] Button typo fix (#173497)
Browse files Browse the repository at this point in the history
Button uses incorrect plural
  • Loading branch information
leemthompo authored Dec 18, 2023
1 parent a7c224f commit b944280
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 b944280

Please sign in to comment.