Skip to content

Commit

Permalink
Adjust Kinesis setup wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Torrey authored and kyleknighted committed Jul 2, 2019
1 parent edd59d9 commit 3689295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/aws-cloudwatch/KinesisStreams.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const KinesisStreams = ({ onChange, onSubmit, values, toggleAdvancedOptions, vis
<Col md={8}>
<form onSubmit={onSubmit}>
<h2>Choose Kinesis Stream</h2>
<p>Below is a list of all the Streams we found configured within Kinesis. Please choose the Stream you would like us to parse, or follow the directions to begin <a href={Routes.INTEGRATIONS.AWS.CLOUDWATCH.step('kinesis-setup')}>setting up your CloudWatch Group</a> to feed into a new Kinesis Stream.</p>
<p>Below is a list of all Kinesis Streams found within the specified AWS account. Please choose the Stream you would like us to read messages from, or follow the directions to begin <a href={Routes.INTEGRATIONS.AWS.CLOUDWATCH.step('kinesis-setup')}>setting up your CloudWatch Log Group</a> to feed messages into a new Kinesis Stream.</p>

<Input id="awsCloudWatchKinesisStream"
type="select"
Expand Down

0 comments on commit 3689295

Please sign in to comment.