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
$string['condition:cohort_membership_description'] = 'A user {$a->operator} {$a->cohorts}';
54
+
$string['condition:cohort_membership_description'] = 'Users who {$a->operator} {$a->cohorts}';
55
55
$string['condition:cohort_membership_broken_description'] = 'Condition is broken. Using the same cohort that the given rule is configured to manage to.';
$string['include_missing_data'] = 'Include users with missing data.';
98
98
$string['include_missing_data_help'] = 'Some users may not have a custom field data set yet. This option includes those user in the final result.';
99
99
$string['inlast'] = 'In the last';
100
-
$string['inlastloggedin'] = 'A user has logged in in the last {$a}';
100
+
$string['inlastloggedin'] = 'Users who have logged in in the last {$a}';
101
101
$string['invalidfieldvalue'] = 'Invalid field value';
102
-
$string['ismemberof'] = 'is member of';
103
-
$string['isnotmemberof'] = 'is not member of';
102
+
$string['ismemberof'] = 'are members of';
103
+
$string['isnotmemberof'] = 'are not members of';
104
104
$string['isnotempty'] = 'is not empty';
105
105
$string['isafter'] = 'is after';
106
106
$string['isbefore'] = 'is before';
107
-
$string['loggedintime'] = 'A user logged in {$a->operator} {$a->time}';
107
+
$string['loggedintime'] = 'Users who logged in {$a->operator} {$a->time}';
108
108
$string['logical_operator'] = 'Logical operator';
109
109
$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.';
110
110
$string['managerules'] = 'Manage rules';
@@ -116,7 +116,7 @@
116
116
$string['name'] = 'Rule name';
117
117
$string['name_help'] = 'A human readable name of this rule.';
118
118
$string['never'] = 'Never';
119
-
$string['neverloggedin'] = 'A user has never logged in';
119
+
$string['neverloggedin'] = 'Users who have never logged in';
120
120
$string['operator'] = 'Operator';
121
121
$string['or'] = 'OR';
122
122
$string['pleaseselectcohort'] = 'Please select a cohort';
0 commit comments