From 909cbd1f0caf09a6ee09243e511045ab26cf401b Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Mon, 9 Jan 2023 11:48:14 +0100 Subject: [PATCH] fix(google-forms): platform name in OAuth field description --- packages/backend/src/apps/google-forms/auth/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/apps/google-forms/auth/index.ts b/packages/backend/src/apps/google-forms/auth/index.ts index 81058952..9d457fe0 100644 --- a/packages/backend/src/apps/google-forms/auth/index.ts +++ b/packages/backend/src/apps/google-forms/auth/index.ts @@ -14,7 +14,7 @@ export default { value: '{WEB_APP_URL}/app/google-forms/connections/add', placeholder: null, description: - 'When asked to input an OAuth callback or redirect URL in Github OAuth, enter the URL above.', + 'When asked to input a redirect URL in Google Cloud, enter the URL above.', clickToCopy: true, }, {