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
1 changed files with 1 additions and 1 deletions

View File

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