fix(ui): spacing typo (#11476)

pull/11485/head
Delmer 2019-01-22 18:33:02 -08:00 committed by GitHub
parent 81507f0e55
commit f4136d17f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -158,7 +158,7 @@ export default class Collectors extends PureComponent<Props, State> {
return (
<EmptyState size={ComponentSize.Medium}>
<EmptyState.Text
text={`${orgName} does not own any Telegraf Configurations, why not create one?`}
text={`${orgName} does not own any Telegraf Configurations, why not create one?`}
highlightWords={['Telegraf', 'Configurations']}
/>
{this.createButton}
@ -168,7 +168,7 @@ export default class Collectors extends PureComponent<Props, State> {
return (
<EmptyState size={ComponentSize.Medium}>
<EmptyState.Text text="No Telegraf Configuration buckets match your query" />
<EmptyState.Text text="No Telegraf Configuration buckets match your query" />
</EmptyState>
)
}

View File

@ -17,7 +17,7 @@ const TelegrafExplainer: SFC = () => (
<br />
Here's a handy guide for{' '}
<a
href="https://docs.influxdata.com/telegraf/v1.9/introduction/getting-started/"
href="https://docs.influxdata.com/telegraf/latest/introduction/getting-started/"
target="_blank"
>
Getting Started with Telegraf