Commit 253943ea by Giulio Gratta Committed by Joe Blaylock

more instances of replacing the word 'certificate'

parent 357a5284
...@@ -283,11 +283,11 @@ ...@@ -283,11 +283,11 @@
<p class="message-copy">${_("Your final grade:")} <p class="message-copy">${_("Your final grade:")}
<span class="grade-value">${"{0:.0f}%".format(float(cert_status['grade'])*100)}</span>. <span class="grade-value">${"{0:.0f}%".format(float(cert_status['grade'])*100)}</span>.
% if cert_status['status'] == 'notpassing': % if cert_status['status'] == 'notpassing':
${_("Grade required for a certificate:")} <span class="grade-value"> ${_("Grade required for a Statement of Accomplishment:")} <span class="grade-value">
${"{0:.0f}%".format(float(course.lowest_passing_grade)*100)}</span>. ${"{0:.0f}%".format(float(course.lowest_passing_grade)*100)}</span>.
% elif cert_status['status'] == 'restricted': % elif cert_status['status'] == 'restricted':
<p class="message-copy"> <p class="message-copy">
${_("Your certificate is being held pending confirmation that the issuance of your certificate is in compliance with strict U.S. embargoes on Iran, Cuba, Syria and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know by contacting {email}.").format(email='<a class="contact-link" href="mailto:{email}">{email}</a>.'.format(email=settings.CONTACT_EMAIL))} ${_("Your Statement of Accomplishment is being held pending confirmation that the issuance of your Statement of Accomplishment is in compliance with strict U.S. embargoes on Iran, Cuba, Syria and Sudan. If you think our system has mistakenly identified you as being connected with one of those countries, please let us know by contacting {email}.").format(email='<a class="contact-link" href="mailto:{email}">{email}</a>.'.format(email=settings.CONTACT_EMAIL))}
</p> </p>
% endif % endif
</p> </p>
...@@ -297,12 +297,12 @@ ...@@ -297,12 +297,12 @@
<ul class="actions"> <ul class="actions">
% if cert_status['show_disabled_download_button']: % if cert_status['show_disabled_download_button']:
<li class="action"><span class="disabled"> <li class="action"><span class="disabled">
${_("Your Certificate is Generating")}</span></li> ${_("Your Statement of Accomplishment is Generating")}</span></li>
% elif cert_status['show_download_url']: % elif cert_status['show_download_url']:
<li class="action"> <li class="action">
<a class="btn" href="${cert_status['download_url']}" <a class="btn" href="${cert_status['download_url']}"
title="${_('This link will open/download a PDF document')}"> title="${_('This link will open/download a PDF document')}">
Download Your PDF Certificate</a></li> Download Your PDF Statement of Accomplishment</a></li>
% endif % endif
% if cert_status['show_survey_button']: % if cert_status['show_survey_button']:
...@@ -459,11 +459,11 @@ ...@@ -459,11 +459,11 @@
<div id="change_name_body"> <div id="change_name_body">
<form id="change_name_form"> <form id="change_name_form">
<div id="change_name_error" class="modal-form-error"> </div> <div id="change_name_error" class="modal-form-error"> </div>
<p>${_("To uphold the credibility of {platform} certificates, all name changes will be logged and recorded.").format(platform=settings.PLATFORM_NAME)}</p> <p>${_("To uphold the credibility of {platform} Statements of Accomplishment, all name changes will be logged and recorded.").format(platform=settings.PLATFORM_NAME)}</p>
<br/> <br/>
<fieldset> <fieldset>
<div class="input-group"> <div class="input-group">
<label>${_("Enter your desired full name, as it will appear on the {platform} certificates:").format(platform=settings.PLATFORM_NAME)}</label> <label>${_("Enter your desired full name, as it will appear on the {platform} Statements of Accomplishment:").format(platform=settings.PLATFORM_NAME)}</label>
<input id="new_name_field" value="" type="text" /> <input id="new_name_field" value="" type="text" />
<label>${_("Reason for name change:")}</label> <label>${_("Reason for name change:")}</label>
<textarea id="name_rationale_field" value=""></textarea> <textarea id="name_rationale_field" value=""></textarea>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment