| 6761 | } | 6761 | } |
| 6762 | | 6762 | |
| 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; |
| 6768 | | 6768 | |