📝 chore(constants.ts): update CODE_DICT_DIALOG_SUBTITLE to improve clarity and remove unnecessary information
This commit is contained in:
parent
4b61a582ba
commit
bdd79fc6f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(<input-value>). 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue