@@ -89,7 +89,7 @@ const props = defineProps<{
const { t } = useI18n()
const bannerId = BannerIds.CT_052023_AVAILABLE
-const title = computed(() => t('specPage.banners.ct.title', [props.framework?.name]))
+const title = computed(() => t('specPage.banners.componentTesting.title', [props.framework?.name]))
const iconFromType = computed(() => FrameworkBundlerLogos[props.framework?.type])
const handlePrimary = async (bannerInstanceId: string) => {
diff --git a/packages/frontend-shared/src/locales/en-US.json b/packages/frontend-shared/src/locales/en-US.json
index 572adb0646d4..b05f8afb34dc 100644
--- a/packages/frontend-shared/src/locales/en-US.json
+++ b/packages/frontend-shared/src/locales/en-US.json
@@ -219,7 +219,7 @@
"title": "Record your first run",
"content": "Record a run to see your test results in Cypress Cloud. You can then optimize your test suite, debug failing and flaky tests, and integrate with your favorite tools."
},
- "ct": {
+ "componentTesting": {
"title": "{0} component testing is available for this project",
"content": "You can now use Cypress to develop and test individual components without running your whole application. Generate the config in just a few clicks.",
"primaryAction": "Quick setup",