diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index db35c513cb4..62bb2094ae8 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -642,7 +642,7 @@ }, "search": { "label": "Search", - "placeholder": "Search 9,000+ tutorials", + "placeholder": "Search 10,700+ tutorials", "see-results": "See all results for {{searchQuery}}", "no-tutorials": "No tutorials found", "try": "Looking for something? Try the search bar on this page.", diff --git a/e2e/search.spec.ts b/e2e/search.spec.ts index 965c72d9b50..c603e76c58a 100644 --- a/e2e/search.spec.ts +++ b/e2e/search.spec.ts @@ -20,7 +20,7 @@ test.describe('Search', () => { await expect(searchInput).toBeVisible(); await expect(searchInput).toHaveAttribute( 'placeholder', - 'Search 9,000+ tutorials' + 'Search 10,700+ tutorials' ); } });