@@ -129,7 +129,7 @@ class TokenMatcher extends ConditionPluginBase implements ContainerFactoryPlugin
$form['check_empty']=[
'#type'=>'checkbox',
'#title'=>$this->t('Check if value is empty'),
'#description'=>$this->t('Just evaluates the replaced token as empty. Values such 0 or white spaces evaluates positive.'),
'#description'=>$this->t('Instead of comparing the source string with the expected value, check to see whether it evaluates to an empty/null/zero value (after replacing any tokens it contains).'),