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:
parent
0b736d68b5
commit
3d77e9fe08
1 changed files with 1 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue