New: Improve UI status when downloads cannot be imported automatically

(cherry picked from commit 6d5ff9c4d6993d16848980aea499a45b1b51d95c)
This commit is contained in:
Mark McDowall 2024-06-25 15:51:20 -07:00 committed by Bogdan
commit a1a53dbb5e
15 changed files with 60 additions and 30 deletions

View file

@ -25,7 +25,7 @@ const EVENT_TYPE_OPTIONS = [
{
id: 7,
get name() {
return translate('ImportFailed');
return translate('ImportCompleteFailed');
},
},
{