fix(instances): s/snapshots/instances in instances prompt
This commit is contained in:
parent
3769e0b5ba
commit
31b46b216f
@ -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`
|
||||||
}`
|
}`
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user