From 5a45f8b122046ebfb8a29af4b49d0bb74f2b8afe Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 18 Jun 2020 16:32:35 +0200 Subject: [PATCH] Update target selector ok button label to show the number of selected devices Change-type: patch --- .../app/components/target-selector/target-selector-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',