Fix removed ButtonDelete key

This commit is contained in:
Bill Thornton 2021-01-10 02:11:18 -05:00
parent 1491a3eefc
commit c7922e23be

View file

@ -25,7 +25,7 @@ import confirm from '../../../components/confirm/confirm';
confirm({ confirm({
text: msg, text: msg,
title: globalize.translate('HeaderDeleteDevices'), title: globalize.translate('HeaderDeleteDevices'),
confirmText: globalize.translate('ButtonDelete'), confirmText: globalize.translate('Delete'),
primary: 'delete' primary: 'delete'
}).then(async () => { }).then(async () => {
loading.show(); loading.show();