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

(cherry picked from commit 7c9703e93a)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2021-01-10 19:36:56 +09:00 committed by Joshua M. Boniface
parent ef4f5d1f08
commit 0fa42cb7e6

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