mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Update target selector ok button label to show the number of selected devices
Change-type: patch
This commit is contained in:
parent
129e7e20e8
commit
5a45f8b122
@ -373,7 +373,7 @@ export class TargetSelectorModal extends React.Component<
|
||||
titleDetails={<Txt fontSize={11}>{getDrives().length} found</Txt>}
|
||||
cancel={cancel}
|
||||
done={() => done(selectedList)}
|
||||
action="Continue"
|
||||
action={`Select (${selectedList.length})`}
|
||||
style={{
|
||||
width: '780px',
|
||||
height: '420px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user