Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 8663843

Browse files
committed
update no cert verify text
1 parent 7129bb9 commit 8663843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/bridgecrew/ui/CheckovSettingsComponent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CheckovSettingsComponent () {
3535
settingsPanel.add(certificateLabel, createGridRowCol(2,0,GridConstraints.ANCHOR_WEST))
3636
settingsPanel.add(certificateField, createGridRowCol(2,1,GridConstraints.ANCHOR_WEST, GridConstraints.FILL_HORIZONTAL))
3737

38-
val noCertVerifyLabel = JLabel("Skip SSL cert verification")
38+
val noCertVerifyLabel = JLabel("Skip SSL certificate verification")
3939
noCertVerifyLabel.labelFor = noCertVerifyField
4040
settingsPanel.add(noCertVerifyLabel, createGridRowCol(3,0,GridConstraints.ANCHOR_WEST))
4141
settingsPanel.add(noCertVerifyField, createGridRowCol(3,1,GridConstraints.ANCHOR_WEST, GridConstraints.FILL_HORIZONTAL))

0 commit comments

Comments
 (0)