Skip to content

Commit aafbb7b

Browse files
committed
Tracking: Language: Minor adapt translation variable to correspond to the sessions lists - refs BT#23109
1 parent 23655e6 commit aafbb7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/mySpace/session_filter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686

8787
$sessionMultiSelect->setLabel([
8888
get_lang('SessionList'),
89-
get_lang('UserNotSubscribed'),
90-
get_lang('Subscribed'),
89+
get_lang('SearchSession'),
90+
get_lang('MySessions'),
9191
]);
9292

9393
$form->addDatePicker('date_begin', get_lang('DateStart'), ['id' => 'date-begin']);

0 commit comments

Comments
 (0)