change no release any other tag color red

This commit is contained in:
xiaomlove
2021-04-21 22:31:35 +08:00
parent 881026ca65
commit 8b6740a2a4
+1 -1
View File
@@ -4476,7 +4476,7 @@ function torrentTags($tags = 0, $type = 'checkbox')
$tagsOptions = [ $tagsOptions = [
[ [
'text' => $lang_functions['text_tag_no_release_to_any_other'], 'text' => $lang_functions['text_tag_no_release_to_any_other'],
'color' => '#D74D4D', 'color' => '#ff0000',
], ],
[ [
'text' => $lang_functions['text_tag_first_release'], 'text' => $lang_functions['text_tag_first_release'],