From 29abf702bd19d06b3003a3b72d38bf8eb51165f9 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 30 Aug 2022 14:18:35 +0300 Subject: [PATCH] chore: Use API Key and API Secret placeholders for twitter connection --- packages/backend/src/apps/twitter/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/backend/src/apps/twitter/info.json b/packages/backend/src/apps/twitter/info.json index dc3d0f3e..2b383999 100644 --- a/packages/backend/src/apps/twitter/info.json +++ b/packages/backend/src/apps/twitter/info.json @@ -20,7 +20,7 @@ }, { "key": "consumerKey", - "label": "Consumer Key", + "label": "API Key", "type": "string", "required": true, "readOnly": false, @@ -32,7 +32,7 @@ }, { "key": "consumerSecret", - "label": "Consumer Secret", + "label": "API Secret", "type": "string", "required": true, "readOnly": false,