mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update tag restore popup text
This commit is contained in:
@@ -1450,8 +1450,8 @@ async function onTagRestoreFileSelect(e) {
|
|||||||
// Prompt user if they want to overwrite existing tags
|
// Prompt user if they want to overwrite existing tags
|
||||||
let overwrite = false;
|
let overwrite = false;
|
||||||
if (tags.length > 0) {
|
if (tags.length > 0) {
|
||||||
const result = await Popup.show.confirm('Tag Restore', 'You have existing tags. If the backup contains any of those tags, to you want the backup to overwrite your current tags?',
|
const result = await Popup.show.confirm('Tag Restore', 'You have existing tags. If the backup contains any of those tags, do you want the backup to overwrite their settings (Name, color, folder state, etc)?',
|
||||||
{ okButton: 'Overwrite', cancelButton: 'Keep' });
|
{ okButton: 'Overwrite', cancelButton: 'Keep Existing' });
|
||||||
overwrite = result === POPUP_RESULT.AFFIRMATIVE;
|
overwrite = result === POPUP_RESULT.AFFIRMATIVE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user