mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
use translations for status string
This commit is contained in:
parent
1c3f38663d
commit
908c7b94ad
@ -79,7 +79,7 @@ function getPluginCardHtml(plugin, pluginConfigurationPages) {
|
||||
|
||||
html += "<div class='cardText'>";
|
||||
html += configPage && configPage.DisplayName ? configPage.DisplayName : plugin.Name;
|
||||
html += '<br/>Status: ' + plugin.Status + '</div>';
|
||||
html += '<br/>' + globalize.translate('LabelStatus') + ' ' + plugin.Status + '</div>';
|
||||
html += "<div class='cardText cardText-secondary'>";
|
||||
html += plugin.Version;
|
||||
html += '</div>';
|
||||
|
Loading…
Reference in New Issue
Block a user