From 54c8283a96e15d79ef5242ac4bb4a3ea5342fa50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ak=C4=B1n=20Sabri=20=C3=87am?= Date: Tue, 16 Jun 2020 21:23:20 +0300 Subject: [PATCH] added localization keys for abp io admin invoice page --- .../AbpIoLocalization/Admin/Localization/Resources/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json index 4d81ba9058..9e5afc3b33 100644 --- a/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json +++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json @@ -76,6 +76,7 @@ "Organizations": "Organizations", "LongName": "Long name", "LicenseType": "License type", + "MissingLicenseTypeField": "The license type field is required!", "LicenseStartTime": "License start time", "LicenseEndTime": "License end time", "AllowedDeveloperCount": "Allowed developer count", @@ -121,6 +122,7 @@ "TaxNumber": "Tax Number", "InvoiceNumber": "Invoice Number", "InvoiceDate": "Invoice Date", + "InvoiceNote": "Invoice Note", "Quantity": "Quantity", "AddProduct": "Add Product", "AddProductWarning": "You need to add product!",