diff --git a/ecommerce/static/js/views/subscription_list_view.js b/ecommerce/static/js/views/subscription_list_view.js index b82969ef038..47e41b30bb3 100644 --- a/ecommerce/static/js/views/subscription_list_view.js +++ b/ecommerce/static/js/views/subscription_list_view.js @@ -45,7 +45,6 @@ define([ renderSubscriptionTable: function() { var filterPlaceholder = gettext('Search...'), $emptyLabel = ''; - SubscriptionUtils.setCoursePaymentsButtonText(); if (!$.fn.dataTable.isDataTable('#subscriptionTable')) { this.$el.find('#subscriptionTable').DataTable({ diff --git a/ecommerce/static/templates/subscription_form.html b/ecommerce/static/templates/subscription_form.html index c15ab3af83c..e953e523d62 100644 --- a/ecommerce/static/templates/subscription_form.html +++ b/ecommerce/static/templates/subscription_form.html @@ -104,7 +104,7 @@
<%= gettext('Display order for the subscription in which learners will see it in the list of subscriptions. (1 being the highest order)') %>