From 2199d6907b88df7d1433eca8913848f5dc095eed Mon Sep 17 00:00:00 2001 From: Adam Wootton Date: Mon, 16 Dec 2024 15:28:39 -0500 Subject: [PATCH] change wording --- e2e/nextjs/app-router/app/app/normal/ClientComponent.tsx | 2 +- e2e/nextjs/app-router/tests/app-router.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/nextjs/app-router/app/app/normal/ClientComponent.tsx b/e2e/nextjs/app-router/app/app/normal/ClientComponent.tsx index 9551443fd..88de183c2 100644 --- a/e2e/nextjs/app-router/app/app/normal/ClientComponent.tsx +++ b/e2e/nextjs/app-router/app/app/normal/ClientComponent.tsx @@ -27,7 +27,7 @@ export const ClientComponent = () => {

Client Disabled Variable: {JSON.stringify(disabledVar)}

Client All Variables: {JSON.stringify(allVariables)}

Client All Features: {JSON.stringify(allFeatures)}

-

Client Action Result: {JSON.stringify(actionResult)}

+

Server Function Result: {JSON.stringify(actionResult)}