From 313a3e2ad82bc951142de15841420df0d4cc2af2 Mon Sep 17 00:00:00 2001 From: Jeanne Date: Mon, 10 Apr 2023 19:27:22 -0400 Subject: [PATCH] fix typo: AAudit -> Audit --- server/sonar-web/src/main/js/helpers/mocks/definitions-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/helpers/mocks/definitions-list.ts b/server/sonar-web/src/main/js/helpers/mocks/definitions-list.ts index 279a1ac3f7b..8432dddc4b4 100644 --- a/server/sonar-web/src/main/js/helpers/mocks/definitions-list.ts +++ b/server/sonar-web/src/main/js/helpers/mocks/definitions-list.ts @@ -1751,7 +1751,7 @@ export const definitions: ExtendedSettingDefinition[] = [ key: 'sonar.dbcleaner.auditHousekeeping', name: 'Audit Logs Housekeeping Frequency', description: - 'Define the frequency that will be used to delete security-related audit logs.
Setting your housekeeping policy to keep your audit logs for a long period of time (for example, only deleting logs yearly) can increase your database size and the amount of time it takes to download audit logs.', + 'Define the frequency that will be used to delete security-related audit logs.
Setting your housekeeping policy to keep your audit logs for a long period of time (for example, only deleting logs yearly) can increase your database size and the amount of time it takes to download audit logs.', type: SettingType.SINGLE_SELECT_LIST, category: 'housekeeping', subCategory: 'auditLogs', -- 2.39.5