From b98875fa36b1d430b884e82f076d680181c06492 Mon Sep 17 00:00:00 2001 From: Michael Anstis Date: Wed, 15 May 2024 20:01:34 +0100 Subject: [PATCH] AAP-23164: Update Model Id fails with 503 when WCA model check fails with 401. Update wording. (#1012) * AAP-23164: Update Model Id fails with 503 when WCA model check fails with 401. Update wording. * Fix dependency vulnerabilities. --------- Co-authored-by: Michael Anstis --- ansible_wisdom_console_react/package-lock.json | 6 +++--- .../static/console/static/locales/en/translation.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible_wisdom_console_react/package-lock.json b/ansible_wisdom_console_react/package-lock.json index 0af43384a..06501b5ec 100644 --- a/ansible_wisdom_console_react/package-lock.json +++ b/ansible_wisdom_console_react/package-lock.json @@ -7458,9 +7458,9 @@ "devOptional": true }, "node_modules/ejs": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", - "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", "dev": true, "dependencies": { "jake": "^10.8.5" diff --git a/ansible_wisdom_console_react/public/static/console/static/locales/en/translation.json b/ansible_wisdom_console_react/public/static/console/static/locales/en/translation.json index a03dc4d43..565b94d44 100644 --- a/ansible_wisdom_console_react/public/static/console/static/locales/en/translation.json +++ b/ansible_wisdom_console_react/public/static/console/static/locales/en/translation.json @@ -26,14 +26,14 @@ "ClearText": "Clear text", "ShowText": "Show", "HideText": "Hide", - "KeyInvalidAlert": "IBM Cloud API key is invalid. Update the key to a valid value or your organisation will be unable to use IBM watsonx Code Assistant.", + "KeyInvalidAlert": "IBM Cloud API key is invalid. Update the key to a valid value or your organization will be unable to use IBM watsonx Code Assistant.", "KeyError": "The key could not be saved.", "KeyValidationError": "The key could not be validated.", "KeyValidationSuccess": "IBM Cloud API Key is valid.", "AddModelIdTitle": "Add Model Id", "UpdateModelIdTitle": "Update Model Id", "PlaceholderModelId": "Paste new Model Id here", - "ModelIdInvalidAlert": "Model Id is invalid. Update the Model Id to a valid value or your organisation will be unable to use IBM watsonx Code Assistant.", + "ModelIdInvalidAlert": "Model Id is invalid. Update the Model Id to a valid value or your organization will be unable to use IBM watsonx Code Assistant unless a valid override is provided.", "ModelIdError": "The Model Id could not be saved.", "ModelIdValidationError": "The Model Id could not be validated.", "ModelIdValidationSuccess": "The Model Id is valid.",