mirror of https://github.com/portainer/portainer
fix typo in delete image modal dialog (#8622)
parent
5e434a82ed
commit
f859876cb6
|
@ -167,6 +167,6 @@ function confirmImageForceRemoval() {
|
|||
title: 'Are you sure?',
|
||||
modalType: ModalType.Destructive,
|
||||
message: 'Forcing the removal of the image will remove the image even if it has multiple tags or if it is used by stopped containers.',
|
||||
confirmButton: buildConfirmButton('Remote the image', 'danger'),
|
||||
confirmButton: buildConfirmButton('Remove the image', 'danger'),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue