Fixed the english message of my last commit. Thanks Sancho.
This commit is contained in:
parent
df0a246760
commit
5093927c62
|
@ -783,7 +783,7 @@ var critical = <?php echo "'" . __("The alert would fire when the module is in c
|
|||
var onchange_msg = <?php echo "'" . __("The alert would fire when the module value changes") . "'";?>;
|
||||
var onchange_not = <?php echo "'" . __("The alert would fire when the module value does not change") . "'";?>;
|
||||
var unknown = <?php echo "'" . __("The alert would fire when the module is in unknown status") . "'";?>;
|
||||
var error_message_min_max_zero = <?php echo "'" . __("The alert template has not a min an max condition equal 0.") . "'";?>;
|
||||
var error_message_min_max_zero = <?php echo "'" . __("The alert template cannot have the same value for min and max thresholds.") . "'";?>;
|
||||
|
||||
function check_fields_step2() {
|
||||
var correct = true;
|
||||
|
|
Loading…
Reference in New Issue