From 6cb638c669481f302d68fe50e9b7f965e2bf44b6 Mon Sep 17 00:00:00 2001 From: Nico De Cleyre Date: Sat, 4 Feb 2023 21:06:55 +0100 Subject: [PATCH] fix web part property field name --- samples/react-chat-gpt/src/webparts/chatgpt/loc/en-us.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-chat-gpt/src/webparts/chatgpt/loc/en-us.js b/samples/react-chat-gpt/src/webparts/chatgpt/loc/en-us.js index 023ba1252..3f0b9f499 100644 --- a/samples/react-chat-gpt/src/webparts/chatgpt/loc/en-us.js +++ b/samples/react-chat-gpt/src/webparts/chatgpt/loc/en-us.js @@ -1,6 +1,6 @@ define([], function() { return { - "ApiKeyFieldLabel": "Description Field", + "ApiKeyFieldLabel": "Chat GPT key", "AppLocalEnvironmentSharePoint": "The app is running on your local environment as SharePoint web part", "AppLocalEnvironmentTeams": "The app is running on your local environment as Microsoft Teams app", "AppLocalEnvironmentOffice": "The app is running on your local environment in office.com",