mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Rename PlexPy to Tautulli
This commit is contained in:
parent
55bdde808b
commit
19f029cff0
50 changed files with 867 additions and 870 deletions
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
|
||||
$('#delete-mobile-device').click(function () {
|
||||
var msg = 'Are you sure you want to unregister the device <strong>${device["device_name"]}</strong> from PlexPy?';
|
||||
var msg = 'Are you sure you want to unregister the device <strong>${device["device_name"]}</strong> from Tautulli?';
|
||||
var url = 'delete_mobile_device';
|
||||
confirmAjaxCall(url, msg, { mobile_device_id: '${device["id"]}' }, null, deleteCallback);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue