mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed installed text alignment
This commit is contained in:
parent
d7d1de09d5
commit
86382af228
2 changed files with 1 additions and 21 deletions
|
@ -73,7 +73,7 @@
|
|||
})[0];
|
||||
|
||||
if (installedPlugin) {
|
||||
html += "<span class='installedPluginTitle'>" + plugin.name + "</span> (Installed)";
|
||||
html += plugin.name + " (Installed)";
|
||||
} else {
|
||||
html += plugin.name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue