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

Change plug-in installation message

This commit is contained in:
Eric Reed 2014-02-18 08:19:32 -05:00
parent 0b736d68b5
commit 3d77e9fe08

View file

@ -163,14 +163,7 @@
} else {
$("#btnInstallDiv", page).hide();
$("#pSelectVersion", page).hide();
var msg = "This plugin must be installed from ";
switch (pkg.targetSystem) {
case "MBClassic":
msg += "the MBClassic Configurator";
break;
default:
msg += pkg.targetSystem;
}
var msg = "This plug-in must be installed from " + pkg.targetSystem;
$("#nonServerMsg", page).html(msg).show();
}