1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update text

This commit is contained in:
Luke Pulverenti 2015-02-09 01:22:28 -05:00
parent ee34b9ee18
commit aafa359c52

View file

@ -123,9 +123,9 @@
li += '<h3>' + h.Tag + '</h3>';
if (h.Mode == 'Allow') {
li += '<p style="color:green;">Allow</p>';
li += '<p style="color:green;">' + Globalize.translate('MessageAllowContentWithThisTag') + '</p>';
} else if (h.Mode == 'Block') {
li += '<p style="color:red;">Block</p>';
li += '<p style="color:red;">' + Globalize.translate('MessageBlockContentWithThisTag') + '</p>';
}
li += '</a>';