Update tag restore popup text

74c0a194fdfd467858f19e0b4d08d1c2312403a2

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/tags.js+2 -2
@@ -1450,8 +1450,8 @@ async function onTagRestoreFileSelect(e) {
14501450 // Prompt user if they want to overwrite existing tags
14511451 let overwrite = false;
14521452 if (tags.length > 0) {
14531453 const result = await Popup.show.confirm('Tag Restore', 'You have existing tags. If the backup contains any of those tags, todo you want the backup to overwrite yourtheir currentsettings tags(Name, color, folder state, etc)?',
14541454 { okButton: 'Overwrite', cancelButton: 'Keep Existing' });
14551455 overwrite = result === POPUP_RESULT.AFFIRMATIVE;
14561456 }
14571457