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