From 6378e8e03c52c45d61d6e14b11df2ce20da81835 Mon Sep 17 00:00:00 2001 From: Konstantin Savosteev Date: Tue, 10 Oct 2023 16:15:10 +0200 Subject: [PATCH] PT-13757: add missing localization strings (#382) --- .../Localizations/en.VirtoCommerce.Orders.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/VirtoCommerce.OrdersModule.Web/Localizations/en.VirtoCommerce.Orders.json b/src/VirtoCommerce.OrdersModule.Web/Localizations/en.VirtoCommerce.Orders.json index dbd8561b..6964d099 100644 --- a/src/VirtoCommerce.OrdersModule.Web/Localizations/en.VirtoCommerce.Orders.json +++ b/src/VirtoCommerce.OrdersModule.Web/Localizations/en.VirtoCommerce.Orders.json @@ -436,6 +436,10 @@ "description": "Incoming payment statuses", "title": "Payment statuses" }, + "Refund.Status": { + "title": "Refund statuses", + "description": "Refund statuses" + }, "Order.CustomerOrderNewNumberTemplate": { "description": "This template will be used to generate the ID for a new Customer Order. Parameters: 0: Date and time (UTC) the ID was generated at, 1: Order ID", "title": "Order ID template" @@ -448,6 +452,10 @@ "description": "This template will be used to generate the ID for a new incoming Payment. Parameters: 0: Date and time (UTC) the ID was generated at, 1: Order ID", "title": "Order payment ID template" }, + "Order.RefundNewNumberTemplate": { + "description": "This template will be used to generate the ID for a new order Refund. Parameters: 0: Date and time (UTC) the ID was generated at, 1: Order ID", + "title": "Order refund ID template" + }, "Order.SendOrderNotifications": { "description": "Sends a notification when the order status changes", "title": "Enable notifications for orders"