feat: Add missing text placeholder in prompt help messages for different locales

This commit is contained in:
n4ze3m
2024-08-04 16:47:28 +05:30
parent 1bb6d3a89a
commit 2cc880c722
10 changed files with 113 additions and 13 deletions

View File

@@ -170,7 +170,8 @@
"label": "Prompt",
"placeholder": "Enter Prompt",
"required": "Please enter a prompt",
"help": "You can use {key} as variable in your prompt."
"help": "You can use {key} as variable in your prompt.",
"missingTextPlaceholder": "The {text} variable is missing in the prompt. Please add it."
},
"isSystem": {
"label": "Is System Prompt"