From 69e7b73e9d9d5488c3eefa63f4376631f3d28e7d Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 7 Mar 2014 08:31:22 -0500 Subject: [PATCH] Adjust wording around grade reports LMS-2109 --- .../instructor/instructor_dashboard_2/data_download.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/data_download.html b/lms/templates/instructor/instructor_dashboard_2/data_download.html index 231415547f..63d739bc81 100644 --- a/lms/templates/instructor/instructor_dashboard_2/data_download.html +++ b/lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -43,7 +43,10 @@ %endif

${_("Reports Available for Download")}

-

${_("Unique, new file links for the CSV reports are generated on each visit to this page. These unique links expire within 5 minutes, due to the sensitive nature of student grade information. Please note that the report filename contains a timestamp that represents when your file was generated; this timestamp is UTC, not your local timezone.")}


+

${_("A new CSV report is generated each time you click the Generate Grade Report button above. A link to each report remains available on this page, identified by the UTC date and time of generation. Reports are not deleted, so you will always be able to access previously generated reports from this page.")}

+ ## Translators: a table of URL links to report files appears after this sentence. +

${_("Note: To keep student data secure, you cannot save or email these links for direct access. Copies of links expire within 5 minutes.")}


+
%endif