change Detector Filters label to Event Filters
parent
588b183dae
commit
d3f057de61
|
@ -2568,7 +2568,7 @@ module.exports = function(s,config,lang){
|
|||
},
|
||||
{
|
||||
"name": "detail=use_detector_filters",
|
||||
"field": lang['Detector Filters'],
|
||||
"field": lang['Event Filters'],
|
||||
"description": "",
|
||||
"default": "0",
|
||||
"example": "",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title" id="detector_filterLabel">
|
||||
<i class="fa fa-grav"></i> <%-lang['Detector Filters']%>
|
||||
<i class="fa fa-grav"></i> <%-lang['Event Filters']%>
|
||||
</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
Loading…
Reference in New Issue