Skip to content

Commit

Permalink
fix unterminated string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
efegurkan committed Aug 9, 2023
1 parent afc81bb commit 4b697bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const ProductSelector: React.FC = () => {
'xpack.enterpriseSearch.productSelector.overview.createCustom.description',
{
defaultMessage:
'Once your index is created and populated, you'll be ready to use the full power of Elasticsearch. Build search applications using our out-of-the-box tools and programming language clients, all backed by a robust set of APIs.',
"Once your index is created and populated, you'll be ready to use the full power of Elasticsearch. Build search applications using our out-of-the-box tools and programming language clients, all backed by a robust set of APIs.",
}
)}
</p>
Expand Down

0 comments on commit 4b697bf

Please sign in to comment.