@@ -182,98 +182,98 @@ from courseware.courses import course_image_url, get_course_about_section, get_c
- ${_('Card Type')}:
-
+
- ${_('Credit Card Number')}:
-
+
- ${_('Name')}:
-
+
- ${_('Address 1')}:
-
+
- ${_('Address 2')}:
-
+
- ${_('City')}:
-
+
- ${_('State')}:
-
+
- ${_('Country')}:
-
+
diff --git a/lms/templates/shoppingcart/shopping_cart.html b/lms/templates/shoppingcart/shopping_cart.html
index 26d3570a93..2d792d1194 100644
--- a/lms/templates/shoppingcart/shopping_cart.html
+++ b/lms/templates/shoppingcart/shopping_cart.html
@@ -137,7 +137,7 @@ from django.utils.translation import ungettext
% endif
${_('TOTAL:')}
- ## Translators: currency_symbol l is a symbol indicating type of currency, ex "$". currency_abbr is
+ ## Translators: currency_symbol is a symbol indicating type of currency, ex "$". currency_abbr is
## an abbreviation for the currency, ex "USD". This string would look like this when all variables are in:
## "$500.00 USD"
${_("{currency_symbol}{price} {currency_abbr}").format(currency_symbol=currency_symbol, price="{0:0.2f}".format(amount), currency_abbr=currency.upper())}