mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Shorten the popup header text
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user