From 7f110624f7232ddae76f8efc5e1bdd8a0ea60f9e Mon Sep 17 00:00:00 2001 From: Ramiro Medina <64783088+ramedina86@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:54:13 +0100 Subject: [PATCH] chore: Improve formatting of message --- src/ui/src/builder/settings/BuilderSettingsAPICode.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ui/src/builder/settings/BuilderSettingsAPICode.vue b/src/ui/src/builder/settings/BuilderSettingsAPICode.vue index f2303812d..d53f46138 100644 --- a/src/ui/src/builder/settings/BuilderSettingsAPICode.vue +++ b/src/ui/src/builder/settings/BuilderSettingsAPICode.vue @@ -18,7 +18,8 @@ > Using the job ID and token obtained in the previous call, check - the status of the job. + the status of the job. You can use the code below, after + replacing JOB_ID and JOB_TOKEN for the right values.