Skip to content

Commit 68f32c4

Browse files
committed
fix: update sophos guide
1 parent b489896 commit 68f32c4

File tree

1 file changed

+1
-1
lines changed
  • backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl

1 file changed

+1
-1
lines changed

backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleSophos.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
5656
.withGroupId(groupId)
5757
.withConfKey("sophos_x_api_key")
5858
.withConfName("Client Secret")
59-
.withConfDescription("Configure Sophos Central client secret")
59+
.withConfDescription("Configure Sophos Central Client Secret")
6060
.withConfDataType("password")
6161
.withConfRequired(true)
6262
.build());

0 commit comments

Comments
 (0)