1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2318 from thornbill/buttondelete

Fix removed ButtonDelete key
This commit is contained in:
dkanada 2021-01-10 19:36:56 +09:00 committed by GitHub
commit 7c9703e93a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();