Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Mar 16, 2020
1 parent 95b2c96 commit 91cd33c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class RemoteClusterForm extends Component {
helpText={
<FormattedMessage
id="xpack.remoteClusters.remoteClusterForm.fieldSeedsHelpText"
defaultMessage="An IP address or host name, followed by the {transportPort} of the remote cluster."
defaultMessage="An IP address or host name, followed by the {transportPort} of the remote cluster. Specify multiple seed nodes so discovery doesn't fail if a node is unavailable."
values={{
transportPort: (
<EuiLink href={transportPortUrl} target="_blank">
Expand Down Expand Up @@ -447,7 +447,7 @@ export class RemoteClusterForm extends Component {
<h2>
<FormattedMessage
id="xpack.remoteClusters.remoteClusterForm.sectionModeTitle"
defaultMessage="Connection mode settings"
defaultMessage="Connection mode"
/>
</h2>
</EuiTitle>
Expand Down

0 comments on commit 91cd33c

Please sign in to comment.