mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/controllers/dashboard/plugins/installed/index.js
Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
parent
232ba8182a
commit
5ccc24d8f5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function populateList(page, plugins, pluginConfigurationPages) {
|
||||||
html += '<div class="centerMessage">';
|
html += '<div class="centerMessage">';
|
||||||
html += '<h1>' + globalize.translate('MessageNoPluginsInstalled') + '</h1>';
|
html += '<h1>' + globalize.translate('MessageNoPluginsInstalled') + '</h1>';
|
||||||
html += '<p><a is="emby-linkbutton" class="button-link" href="availableplugins.html">';
|
html += '<p><a is="emby-linkbutton" class="button-link" href="availableplugins.html">';
|
||||||
html += globalize.translate('BrowsePluginCatalogMessage');
|
html += globalize.translate('MessageBrowsePluginCatalog');
|
||||||
html += '</a></p>';
|
html += '</a></p>';
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue