From e7be21c9e06fc6b02639593e5d9da7b53bf68deb Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Tue, 19 Oct 2021 14:57:19 +0200 Subject: [PATCH] Work: Minor change language variable for a field content revert commit e10a128f0ab9efe7624a7800b51ad0e9763bcbd6 -refs BT#18352 --- main/work/pending.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/work/pending.php b/main/work/pending.php index 7ccf772190..1614577552 100644 --- a/main/work/pending.php +++ b/main/work/pending.php @@ -212,7 +212,7 @@ if (!empty($courses)) { 'work_parent_ids', get_lang('Works'), [], - ['placeholder' => get_lang('All'), 'id' => 'search-works', 'multiple' => true] + ['placeholder' => get_lang('SelectAnOption'), 'id' => 'search-works', 'multiple' => true] ); if (count($allWork) > 0) { foreach ($allWork as $work) {