diff --git a/public/script.js b/public/script.js index 15cb9a80c..3a5cedaf0 100644 --- a/public/script.js +++ b/public/script.js @@ -6761,8 +6761,8 @@ export async function saveChat({ chatName, withMetadata, mesId, force = false } } const forceSaveConfirmed = await Popup.show.confirm( - t`Chat integrity check failed, continuing the operation may result in data loss.`, - t`Would you like to overwrite the chat file anyway? Pressing "NO" will cancel the save operation.`, + t`ERROR: Chat integrity check failed.`, + t`Continuing the operation may result in data loss. Would you like to overwrite the chat file anyway? Pressing "NO" will cancel the save operation.`, { okButton: t`Yes, overwrite`, cancelButton: t`No, cancel` }, ) === POPUP_RESULT.AFFIRMATIVE;