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({
text: msg,
title: globalize.translate('HeaderDeleteDevices'),
confirmText: globalize.translate('ButtonDelete'),
confirmText: globalize.translate('Delete'),
primary: 'delete'
}).then(async () => {
loading.show();