From b2249b55e2a7228986d586fd348a7b7f3d82a5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Por=C4=99bski?= Date: Wed, 10 Jan 2024 09:27:00 +0100 Subject: [PATCH] added payment_method_configuration translation key to config/locales/en.yml --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 435aeeda45..fdbca3398f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -339,3 +339,6 @@ en: taxes_section: message_with_taxes: You're tax calculation is setup! message_without_taxes: You can use tax services such as TaxJar or setup tax calculation manually + payment_methods: + edit: + payment_method_configuration: "Payment Method Configuration"