Skip to content

Commit

Permalink
Merge pull request jellyfin#2318 from thornbill/buttondelete
Browse files Browse the repository at this point in the history
Fix removed ButtonDelete key
  • Loading branch information
dkanada committed Jan 10, 2021
2 parents 1491a3e + c7922e2 commit 7c9703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/dashboard/devices/devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 7c9703e

Please sign in to comment.