From 06ecf66e2c333796ad224058163eecaf61b91089 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Thu, 21 Jan 2021 14:46:41 +0200 Subject: [PATCH] Update plugin.json (#79) Updated punctuation for UI consistency. --- plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index adc2311..ca129c9 100644 --- a/plugin.json +++ b/plugin.json @@ -24,10 +24,10 @@ "settings": [ { "key": "Secret", - "display_name": "Webhook Secret", + "display_name": "Webhook Secret:", "type": "generated", "help_text": "The secret used to authenticate the webhook to Mattermost.", - "regenerate_help_text": "Regenerates the secret for the webhook URL endpoint. Regenerating the secret invalidates your existing confluence integrations." + "regenerate_help_text": "Regenerates the secret for the webhook URL endpoint. Regenerating the secret invalidates your existing Confluence integrations." } ] }