From f637640f018a390d0a193b68efbfe783f0ce1e91 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Fri, 15 May 2020 18:43:15 +0800 Subject: [PATCH 1/1] MDL-68678 user: Made filterset match text clearer Part of MDL-67743 --- lang/en/user.php | 2 ++ user/templates/participantsfilter.mustache | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lang/en/user.php b/lang/en/user.php index 50560fe8817..5eee2cb2b43 100644 --- a/lang/en/user.php +++ b/lang/en/user.php @@ -30,7 +30,9 @@ $string['applyfilters'] = 'Apply filters'; $string['clearfilterrow'] = 'Remove filter row'; $string['clearfilters'] = 'Clear filters'; $string['countparticipantsfound'] = '{$a} participants found'; +$string['filtersetmatchdescription'] = 'How multiple filters should be combined'; $string['match'] = 'Match'; +$string['matchofthefollowing'] = 'of the following:'; $string['placeholdertypeorselect'] = 'Type or select...'; $string['placeholdertype'] = 'Type...'; $string['privacy:courserequestpath'] = 'Requested courses'; diff --git a/user/templates/participantsfilter.mustache b/user/templates/participantsfilter.mustache index aa9398ffe6f..e9315f81ec4 100644 --- a/user/templates/participantsfilter.mustache +++ b/user/templates/participantsfilter.mustache @@ -42,12 +42,16 @@
-- 2.43.0