1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-01 05:47:01 +03:00

M #~: Fix typo (#2398)

This commit is contained in:
Frederick Borges 2022-12-05 16:16:06 +01:00 committed by GitHub
parent f599d813ca
commit e21a219154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,10 +296,10 @@ const Actions = () => {
},
{
accessor: IMAGE_ACTIONS.NON_PERSISTENT,
name: T.NonPersistyent,
name: T.NonPersistent,
isConfirmDialog: true,
dialogProps: {
title: T.NonPersistyent,
title: T.NonPersistent,
children: MessageToConfirmAction,
dataCy: `modal-${IMAGE_ACTIONS.NON_PERSISTENT}`,
},