mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07: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
@ -99,7 +99,7 @@ function populateList(page, plugins, pluginConfigurationPages) {
|
||||
html += '<div class="centerMessage">';
|
||||
html += '<h1>' + globalize.translate('MessageNoPluginsInstalled') + '</h1>';
|
||||
html += '<p><a is="emby-linkbutton" class="button-link" href="availableplugins.html">';
|
||||
html += globalize.translate('BrowsePluginCatalogMessage');
|
||||
html += globalize.translate('MessageBrowsePluginCatalog');
|
||||
html += '</a></p>';
|
||||
html += '</div>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user