From a3c0e54a9a33a281f83e6df30508e0fd3144a442 Mon Sep 17 00:00:00 2001 From: ahmetfarukulu Date: Wed, 6 Mar 2024 08:52:44 +0300 Subject: [PATCH] Feature localizations added for audit log module --- .../Volo/Abp/AuditLogging/Localization/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json index 629710276a..1741a60297 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json @@ -78,6 +78,8 @@ "EndDate": "End date", "Feature:AuditLoggingGroup": "Audit logging", "Feature:AuditLoggingEnable": "Enabled audit logging page", - "Feature:AuditLoggingEnableDescription": "Enable audit logging page in the application." + "Feature:AuditLoggingEnableDescription": "Enable audit logging page in the application.", + "Feature:AuditLoggingSettingManagementEnable": "Enable audit log setting management", + "Feature:AuditLoggingSettingManagementEnableDescription": "Enable the configuration of the audit log setting management within the application." } }