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 76cfcc5b6a..d4b3ef586c 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 @@ -85,11 +85,11 @@ "AuditLogSettingsGeneral": "General", "AuditLogSettingsGlobal": "Global", "DisplayName:IsPeriodicDeleterEnabled": "Enable clean up service system wide", - "Description:IsPeriodicDeleterEnabled": "If this option is disable the periodic deleter won't work. Audit logs won't be deleted automatically.", + "Description:IsPeriodicDeleterEnabled": "If this option is disabled the periodic deleter won't work. Audit logs won't be deleted automatically.", "DisplayName:GlobalIsExpiredDeleterEnabled": "Enable clean up service for all tenants and host", - "Description:GlobalIsExpiredDeleterEnabled": "If this option is enable all tenants and host expired items deleted automatically. Unless has a specific setting.", + "Description:GlobalIsExpiredDeleterEnabled": "If this option is enabled all the tenants and the host expired items will be deleted automatically unless it has a specific setting.", "DisplayName:IsExpiredDeleterEnabled": "Enable clean up service", - "Description:IsExpiredDeleterEnabled": "If this option is enable expired items deleted automatically.", + "Description:IsExpiredDeleterEnabled": "If this option is enabled the expired items will be deleted automatically.", "DisplayName:ExpiredDeleterPeriod": "Expired item deletion period", "Description:ExpiredDeleterPeriod": "Set the number of days after which expired items will be automatically deleted.", "ExpiredDeleterPeriodUnit": "day(s)",