From d99176fde01f65c73fd56eb56014f54eaf690c09 Mon Sep 17 00:00:00 2001 From: ahmetfarukulu Date: Mon, 11 Mar 2024 15:56:56 +0300 Subject: [PATCH] Audit log localization revised --- .../Volo/Abp/AuditLogging/Localization/en.json | 2 +- 1 file changed, 1 insertion(+), 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 ad1af567d3..b19c040f9f 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 @@ -84,7 +84,7 @@ "DisplayName:IsExpiredDeleterEnabled": "Enable expired deleter", "Description:IsExpiredDeleterEnabled": "Toggle to enable or disable the automatic deletion of expired items.", "DisplayName:ExpiredDeleterPeriod": "Expired item deletion period", - "Description:ExpiredDeleterPeriod": "Set the period after which expired items will be automatically deleted.", + "Description:ExpiredDeleterPeriod": "Set the period of days after which expired items will be automatically deleted.", "InvalidAuditLogDeletionSettings": "Invalid audit log deletion settings. If deletion is enabled, the period should be greater than 0 days.", "AuditLogSettingsGeneral": "General", "AuditLogSettingsGlobal": "Global",