You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en/tool_dynamic_cohorts.php
+2
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,8 @@
108
108
$string['isnotempty'] = 'is not empty';
109
109
$string['isafter'] = 'is after';
110
110
$string['isbefore'] = 'is before';
111
+
$string['inthepast'] = 'is in the past';
112
+
$string['inthefuture'] = 'is in the future';
111
113
$string['loggedintime'] = 'Users who logged in {$a->operator} {$a->time}';
112
114
$string['logical_operator'] = 'Logical operator';
113
115
$string['logical_operator_help'] = 'A logical operator to be applied to conditions for this rule. Operator "AND" means a user has to match all conditions to be added to a cohort. "OR" means a user has to match any of conditions to be added to a cohort.';
0 commit comments