fix(instances): s/snapshots/instances in instances prompt

This commit is contained in:
Sérgio Ramos 2018-03-02 11:48:55 +00:00
parent 3769e0b5ba
commit 31b46b216f

View File

@ -328,7 +328,7 @@ export default compose(
`Do you want to ${name} ${ `Do you want to ${name} ${
selected.length === 1 selected.length === 1
? `"${selected[0].name}"` ? `"${selected[0].name}"`
: `${selected.length} snapshots` : `${selected.length} instances`
}` }`
) )
) { ) {