Add punctuation to Kapacitor alert notification.

pull/10616/head
Jared Scheib 2017-05-22 14:54:32 -07:00 committed by GitHub
parent 5182322a73
commit 6b95a8c71e
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class KapacitorPage extends Component {
router.push(`/sources/${source.id}/kapacitors/${data.id}/edit`)
addFlashMessage({
type: 'success',
text: 'Kapacitor Created! Configuring endpoints is optional',
text: 'Kapacitor Created! Configuring endpoints is optional.',
})
})
.catch(() => {