Shorten the popup header text

4965ada7852c8c446f39896230e9ca9eebc4a2bd

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/script.js+2 -2
@@ -6761,8 +6761,8 @@ export async function saveChat({ chatName, withMetadata, mesId, force = false }
67616761 }
67626762
67636763 const forceSaveConfirmed = await Popup.show.confirm(
67646764 t`ERROR: Chat integrity check failed, continuing the operation may result in data loss.`,
67656765 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.`,
67666766 { okButton: t`Yes, overwrite`, cancelButton: t`No, cancel` },
67676767 ) === POPUP_RESULT.AFFIRMATIVE;
67686768