Skip to content

Commit d92fe7d

Browse files
committed
Change the text to be more descriptive
1 parent b37d8fa commit d92fe7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/ArticlePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ export const ArticlePage = (props: WebProps | AppProps) => {
7878
return (
7979
<StrictMode>
8080
{isInVariantGroup ? (
81-
<h1>This is an AB test</h1>
81+
<h1>User is in variant</h1>
8282
) : (
83-
<h1>Not in test</h1>
83+
<h1>User is in control</h1>
8484
)}
8585
<Global styles={rootStyles(format, darkModeAvailable)} />
8686
{isWeb && (

0 commit comments

Comments
 (0)