mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #5698 from rmklaus12/5575-backofficepay-missing-translation
Added translation key to locale/en.yml for backoffice admin payment
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
-# of the views we are using, so the warning below wasn't displaying without this override.
|
||||
|
||||
#paypal-warning
|
||||
%strong= t('no_payment_via_admin_backend', :scope => 'paypal')
|
||||
%strong= t('.no_payment_via_admin_backend', :scope => 'paypal')
|
||||
|
||||
@@ -3337,6 +3337,8 @@ See the %{link} to find out more about %{sitename}'s features and to start using
|
||||
stripe:
|
||||
error_saving_payment: Error saving payment
|
||||
submitting_payment: Submitting payment...
|
||||
paypal:
|
||||
no_payment_via_admin_backend: Paypal payments cannot be captured in the Backoffice
|
||||
products:
|
||||
image_upload_error: "The product image was not recognised. Please upload an image in PNG or JPG format."
|
||||
new:
|
||||
|
||||
Reference in New Issue
Block a user