Update src/controllers/dashboard/plugins/installed/index.js

Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
Julien Machiels 2020-08-07 23:58:14 +02:00 committed by MrTimscampi
parent 232ba8182a
commit 5ccc24d8f5

View File

@ -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>';
}