diff --git a/public/main/my_space/company_reports.php b/public/main/my_space/company_reports.php index 4759f4f34c..47d0913d3a 100644 --- a/public/main/my_space/company_reports.php +++ b/public/main/my_space/company_reports.php @@ -242,7 +242,7 @@ if (api_is_student_boss()) { "#" ); $actions .= Display::url( - Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), + Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')), api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php' ); } diff --git a/public/main/my_space/company_reports_resumed.php b/public/main/my_space/company_reports_resumed.php index d8d675c4c9..7982d7cc81 100644 --- a/public/main/my_space/company_reports_resumed.php +++ b/public/main/my_space/company_reports_resumed.php @@ -101,7 +101,7 @@ if (api_is_student_boss()) { api_get_path(WEB_CODE_PATH).'my_space/company_reports.php' ); $actions .= Display::url( - Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), + Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')), api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php' ); } diff --git a/public/main/my_space/index.php b/public/main/my_space/index.php index 7d4e51dde5..078cc2ec73 100644 --- a/public/main/my_space/index.php +++ b/public/main/my_space/index.php @@ -239,7 +239,7 @@ if (!empty($session_id) && 'ch-tool-icon', null, 32, - get_lang('GradebookSeeListOfLearnersCertificates') + get_lang('See list of learner certificates') ), api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php' ); diff --git a/public/main/my_space/student.php b/public/main/my_space/student.php index e67e5e5124..d8e29ae66e 100644 --- a/public/main/my_space/student.php +++ b/public/main/my_space/student.php @@ -285,7 +285,7 @@ if (api_is_drh()) { ); $actionsLeft .= Display::url( - Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), + Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')), $webCodePath.'gradebook/certificate_report.php' ); } diff --git a/public/main/my_space/users.php b/public/main/my_space/users.php index 9b6af8e880..2eb2239119 100644 --- a/public/main/my_space/users.php +++ b/public/main/my_space/users.php @@ -260,7 +260,7 @@ if (api_is_drh()) { $webCodePath.'my_space/company_reports.php' ); $actionsLeft .= Display::url( - Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), + Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')), $webCodePath.'gradebook/certificate_report.php' ); }