| @@ -3335,7 +3335,7 @@ async function getStatusOpen() { | |||
| 3335 | chat_completion_sources.GROQ, | 3335 | chat_completion_sources.GROQ, |
| 3336 | ]; | 3336 | ]; |
| 3337 | if (noValidateSources.includes(oai_settings.chat_completion_source)) { | 3337 | if (noValidateSources.includes(oai_settings.chat_completion_source)) { |
| 3338 | let status = 'Unable to verify key; press "Test Message" to validate.'; | 3338 | let status = t`Unable to verify key; press \"Test Message\" to validate.`; |
| 3339 | setOnlineStatus(status); | 3339 | setOnlineStatus(status); |
| 3340 | return resultCheckStatus(); | 3340 | return resultCheckStatus(); |
| 3341 | } | 3341 | } |
| @@ -3813,7 +3813,7 @@ function onLogitBiasPresetExportClick() { | |||
| 3813 | } | 3813 | } |
| 3814 | 3814 | ||
| 3815 | async function onDeletePresetClick() { | 3815 | async function onDeletePresetClick() { |
| 3816 | const confirm = await callPopup('Delete the preset? This action is irreversible and your current settings will be overwritten.', 'confirm'); | 3816 | const confirm = await callPopup(t`Delete the preset? This action is irreversible and your current settings will be overwritten.`, 'confirm'); |
| 3817 | 3817 | ||
| 3818 | if (!confirm) { | 3818 | if (!confirm) { |
| 3819 | return; | 3819 | return; |