diff --git a/lib/gui/app/components/target-selector/target-selector-modal.tsx b/lib/gui/app/components/target-selector/target-selector-modal.tsx index 91c5a25f..f0d0b56b 100644 --- a/lib/gui/app/components/target-selector/target-selector-modal.tsx +++ b/lib/gui/app/components/target-selector/target-selector-modal.tsx @@ -373,7 +373,7 @@ export class TargetSelectorModal extends React.Component< titleDetails={{getDrives().length} found} cancel={cancel} done={() => done(selectedList)} - action="Continue" + action={`Select (${selectedList.length})`} style={{ width: '780px', height: '420px',