From bdd79fc6f61a76234068edac05631eba0b19431f Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Mon, 18 Sep 2023 11:36:14 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20chore(constants.ts):=20update=20?= =?UTF-8?q?CODE=5FDICT=5FDIALOG=5FSUBTITLE=20to=20improve=20clarity=20and?= =?UTF-8?q?=20remove=20unnecessary=20information?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/constants/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/constants/constants.ts b/src/frontend/src/constants/constants.ts index 2e48b5b32..cd0eaac06 100644 --- a/src/frontend/src/constants/constants.ts +++ b/src/frontend/src/constants/constants.ts @@ -117,7 +117,7 @@ export const CODE_PROMPT_DIALOG_SUBTITLE = export const CODE_DICT_DIALOG_SUBTITLE = - "Edit your dictionary. This dialog allows you to create your own customized dictionary. You can add as many key-value pairs as you want. The editor uses eval(). While in edit mode, you can enter ({}) or ([]), which will cause the result of eval to become a new object or array."; + "Edit your dictionary. This dialog allows you to create your own customized dictionary. You can add as many key-value pairs as you want. While in edit mode, you can enter ({}) or ([]), and this will result in adding a new object or array."; /** * The base text for subtitle of Prompt Dialog