Fix download tooltip in interactive search

pull/5965/head
Bogdan 10 months ago committed by Mark McDowall
parent 2e9dbfd382
commit f521942301

@ -63,12 +63,12 @@ function getDownloadTooltip(
if (isGrabbing) { if (isGrabbing) {
return ''; return '';
} else if (isGrabbed) { } else if (isGrabbed) {
return translate('AddToDownloadQueue'); return translate('AddedToDownloadQueue');
} else if (grabError) { } else if (grabError) {
return grabError; return grabError;
} }
return translate('AddedToDownloadQueue'); return translate('AddToDownloadQueue');
} }
interface InteractiveSearchRowProps { interface InteractiveSearchRowProps {

Loading…
Cancel
Save