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 }
6761 }6761 }
67626762
6763 const forceSaveConfirmed = await Popup.show.confirm(6763 const forceSaveConfirmed = await Popup.show.confirm(
6764 t`Chat integrity check failed, continuing the operation may result in data loss.`,6764 t`ERROR: Chat integrity check failed.`,
6765 t`Would you like to overwrite the chat file anyway? Pressing "NO" will cancel the save operation.`,6765 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.`,
6766 { okButton: t`Yes, overwrite`, cancelButton: t`No, cancel` },6766 { okButton: t`Yes, overwrite`, cancelButton: t`No, cancel` },
6767 ) === POPUP_RESULT.AFFIRMATIVE;6767 ) === POPUP_RESULT.AFFIRMATIVE;
67686768