diff --git a/Civi/Api4/Query/SqlFunctionIF.php b/Civi/Api4/Query/SqlFunctionIF.php index 351884c97dc8..f2a3a03176bb 100644 --- a/Civi/Api4/Query/SqlFunctionIF.php +++ b/Civi/Api4/Query/SqlFunctionIF.php @@ -52,7 +52,7 @@ public static function getTitle(): string { */ public static function getDescription(): string { return ts('If the field is boolean TRUE, or any number except 0, or a ' - . 'string not starting with the digits 1-9, the first value, otherwise ' + . 'string starting with the digits 1-9, the first value, otherwise ' . 'the second.'); }