Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e88c298a
Commit
e88c298a
authored
Jan 13, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix i18n from Destination team pages
parent
484ce3ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lms/templates/verify_student/make_payment_step.underscore
+1
-1
lms/templates/verify_student/photo_verification.html
+5
-1
No files found.
lms/templates/verify_student/make_payment_step.underscore
View file @
e88c298a
...
...
@@ -35,7 +35,7 @@
<p>
<% if ( !upgrade ) { %>
<%- _.sprintf(
gettext( "Please confirm your contribution for this course (min.
$
%(minPrice)s %(currency)s)" ),
gettext( "Please confirm your contribution for this course (min. %(minPrice)s %(currency)s)" ),
{ minPrice: minPrice, currency: currency }
) %>
<% } %>
...
...
lms/templates/verify_student/photo_verification.html
View file @
e88c298a
...
...
@@ -394,7 +394,11 @@
<h4
class=
"title"
>
${_("Check Your Contribution Level")}
</h4>
<div
class=
"copy"
>
<p>
${_("Please confirm your contribution for this course (min. $")} ${min_price}
<span
class=
"denomination-name"
>
${currency}
</span>
${_("):")}
</p>
## Translators: The last part of this string will appear such as: "(min. 50 USD)"
<p>
${_("Please confirm your contribution for this course (min. {min_price} {currency}):").format(
min_price=min_price,
currency=u"
<span
class=
'denomination-name'
>
{}
</span>
".format(currency)
)}
</p>
</div>
<
%
include
file=
"/course_modes/_contribution.html"
args=
"suggested_prices=suggested_prices, currency=currency, chosen_price=chosen_price, min_price=min_price"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment