Update openai.js: fix i18n

81cb3430bb6c7084e2bc9bc1ad91f60444c522cd

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +2 -2Showing whitespace changes
public/scripts/openai.js+2 -2
@@ -3335,7 +3335,7 @@ async function getStatusOpen() {
33353335 chat_completion_sources.GROQ,
33363336 ];
33373337 if (noValidateSources.includes(oai_settings.chat_completion_source)) {
33383338 let status = 't`Unable to verify key; press \"Test Message\" to validate.'`;
33393339 setOnlineStatus(status);
33403340 return resultCheckStatus();
33413341 }
@@ -3813,7 +3813,7 @@ function onLogitBiasPresetExportClick() {
38133813}
38143814
38153815async function onDeletePresetClick() {
38163816 const confirm = await callPopup('t`Delete the preset? This action is irreversible and your current settings will be overwritten.'`, 'confirm');
38173817
38183818 if (!confirm) {
38193819 return;