Add translations for messages and remove old placeholder translation

This commit is contained in:
stveep
2018-06-29 23:18:59 +01:00
parent f9a221e2ff
commit ff7dc811e9
4 changed files with 7 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ angular.module("admin.payments").controller "PaymentCtrl", ($scope, Payment, Sta
$scope.submitPayment = () ->
return false if $scope.submitted == true
$scope.submitted = true
StatusMessage.display 'progress', t("submitting_payment")
StatusMessage.display 'progress', t("spree.admin.payments.source_forms.stripe.submitting_payment")
Payment.purchase()