From b2c12cfe04ff8ec38f707aaa8240104e512e18ca Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 8 Nov 2013 10:54:46 -0500 Subject: [PATCH] LMS: revises certificate download copy --- .../dashboard/_dashboard_certificate_information.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/dashboard/_dashboard_certificate_information.html b/lms/templates/dashboard/_dashboard_certificate_information.html index b63e0c4d9c..eb997d9076 100644 --- a/lms/templates/dashboard/_dashboard_certificate_information.html +++ b/lms/templates/dashboard/_dashboard_certificate_information.html @@ -39,12 +39,12 @@ else:
  • - ${_("Download Your PDF Certificate")}
  • + ${_("Download Your Certificate (PDF)")} % elif cert_status['show_download_url'] and enrollment.mode == 'verified':
  • - ${_("Download Your PDF Certificate")}
  • + ${_("Download Your ID Verified Certificate of Achievement (PDF)")} % endif % if cert_status['show_survey_button']: