From 6b95a8c71ee665de787cf6b0128977f74b479922 Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Mon, 22 May 2017 14:54:32 -0700 Subject: [PATCH] Add punctuation to Kapacitor alert notification. --- ui/src/kapacitor/containers/KapacitorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/kapacitor/containers/KapacitorPage.js b/ui/src/kapacitor/containers/KapacitorPage.js index 16e1d5f5c2..804faa8331 100644 --- a/ui/src/kapacitor/containers/KapacitorPage.js +++ b/ui/src/kapacitor/containers/KapacitorPage.js @@ -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(() => {