Update tag restore popup text
| @@ -1450,8 +1450,8 @@ async function onTagRestoreFileSelect(e) { | ||
| 1450 | 1450 | // Prompt user if they want to overwrite existing tags |
| 1451 | 1451 | let overwrite = false; |
| 1452 | 1452 | if (tags.length > 0) { |
| 1453 | 1453 | 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)?', |
| 1454 | 1454 | { okButton: 'Overwrite', cancelButton: 'Keep Existing' }); |
| 1455 | 1455 | overwrite = result === POPUP_RESULT.AFFIRMATIVE; |
| 1456 | 1456 | } |
| 1457 | 1457 | |