update confirmation message

This commit is contained in:
Ben Irvin 2022-12-14 12:41:59 +01:00
parent 2cfcd13ed9
commit d1b51f0ed6

View File

@ -327,7 +327,7 @@ program
.hook(
'preAction',
confirmMessage(
"Using strategy 'restore' will delete all data in your database. Are you sure you want to proceed?"
'The import will delete all data in your database. Are you sure you want to proceed?'
)
)
.action(getLocalScript('transfer/import'));