mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update text
This commit is contained in:
parent
ee34b9ee18
commit
aafa359c52
1 changed files with 2 additions and 2 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue