Shorten the popup header text
| @@ -6761,8 +6761,8 @@ export async function saveChat({ chatName, withMetadata, mesId, force = false } | ||
| 6761 | 6761 | } |
| 6762 | 6762 | |
| 6763 | 6763 | const forceSaveConfirmed = await Popup.show.confirm( |
| 6764 | 6764 | t`ERROR: Chat integrity check failed, continuing the operation may result in data loss.`, |
| 6765 | 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 | 6766 | { okButton: t`Yes, overwrite`, cancelButton: t`No, cancel` }, |
| 6767 | 6767 | ) === POPUP_RESULT.AFFIRMATIVE; |
| 6768 | 6768 | |