| @bigcommerce/catalyst-core | patch |
|---|
Add translations for 'Search' button on 404 page
- Add
"search"translation key in the"NotFound"translations - In
core/vibes/soul/sections/not-found/index.tsx, add actaLabelproperty and ensure it is used in place of the "Search" text - In
core/app/[locale]/not-found.tsx, pass thectaLabelprop as the new translation keyctaLabel={t('search')}