Skip to content

Commit c65c900

Browse files
committed
docs review for script tasks
1 parent a8e7d5e commit c65c900

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/assets/languages/en.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@
145145
"allowed-role": "Security role",
146146
"allowed-role-null": "-",
147147
"no-tasks-status": "No tasks yet",
148-
"no-tasks-body": "Click \"Create a task\" to upload a task or a script. You can also add tasks ans scripts from the CLI or remote clients.",
148+
"no-tasks-body": "Click \"Create a task\" to upload a script. You can also add scripts from the CLI or remote clients.",
149149
"execute": "Execute",
150150
"execution": "Execution",
151151
"cancel": "Cancel",
152-
"create-task": "Create a task",
152+
"create-task": "Create a script task",
153153
"task-name": "Task name",
154154
"script": "Script",
155-
"provide-script": "Enter the script or task",
156-
"script-tooltip": "You can implement tasks as custom Java classes or define scripts in languages such as JavaScript. {{brandname}} Server scripting is compatible with any JVM-based ScriptEngine implementation.",
155+
"provide-script": "Provide your script implementation",
156+
"script-tooltip": "Define a script using a scripting language such as JavaScript. Include script metadata to provide information about your script such as the language, mode, and parameters. To add a script, you must have compatible ScriptEngine installed.",
157157
"confirm": "Confirm",
158158
"save-button": "Save",
159159
"edit-button": "Edit",

0 commit comments

Comments
 (0)