Skip to content

Commit

Permalink
SDC-12825. Fix the tooltip of RabbitMQ stage
Browse files Browse the repository at this point in the history
Change-Id: I4caa777fa9030b7ff25c07ba28145fda646c7a1b
Reviewed-on: https://review.streamsets.net/c/datacollector/+/27439
Reviewed-by: Madhukar Devaraju <madhu@streamsets.com>
  • Loading branch information
madhukard committed Nov 10, 2019
1 parent a034baf commit 1c11e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class TlsConfigBean {
type = ConfigDef.Type.MODEL,
defaultValue = "JKS",
label = "Keystore Type",
description = "The type of certificate/key scheme to use for the key tore.",
description = "The type of certificate/key scheme to use for the keystore.",
displayPosition = DISPLAY_POSITION_OFFSET + 50,
group = "#0",
dependsOn = "tlsEnabled",
Expand Down

0 comments on commit 1c11e37

Please sign in to comment.