diff --git a/pkg/bot/interactive/help.go b/pkg/bot/interactive/help.go
index ecf6a5bf6e..332dab19ba 100644
--- a/pkg/bot/interactive/help.go
+++ b/pkg/bot/interactive/help.go
@@ -86,7 +86,7 @@ func Help(platform config.CommPlatformIntegration, clusterName, botName string)
},
{
Base: Base{
- Description: "Angry? Amazed?",
+ Header: "Angry? Amazed?",
},
Buttons: []Button{
btnBuilder.DescriptionURL("Give feedback", "feedback", "https://feedback.botkube.io", ButtonStylePrimary),
diff --git a/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_headers_and_default_new_lines.golden.txt b/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_headers_and_default_new_lines.golden.txt
index bb59fc2618..b1ec557cce 100644
--- a/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_headers_and_default_new_lines.golden.txt
+++ b/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_headers_and_default_new_lines.golden.txt
@@ -34,7 +34,7 @@ To list all supported kubectl commands
*Filters (advanced)*
You can extend BotKube functionality by writing additional filters that can check resource specs, validate some checks and add messages to the Event struct. Learn more at https://botkube.io/filters
-Angry? Amazed?
+*Angry? Amazed?*
Give feedback: https://feedback.botkube.io
Read our docs: https://botkube.io
diff --git a/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_new_lines_and_default_headers.golden.txt b/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_new_lines_and_default_headers.golden.txt
index b8500edb3f..1d5dfa1df0 100644
--- a/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_new_lines_and_default_headers.golden.txt
+++ b/pkg/bot/interactive/testdata/TestInteractiveMessageToMarkdown/render_with_custom_new_lines_and_default_headers.golden.txt
@@ -2,4 +2,4 @@ BotKube is now active for "testing" cluster :rocket:
**Using multiple ins
--cluster-name="testing"
```
**Manage incoming notifications**
```
@BotKube notifier [start|stop|status]
-```
- `@BotKube notifier start`
- `@BotKube notifier stop`
- `@BotKube notifier status`
**Notification types**
By default, BotKube will notify only about cluster errors and recommendations.
- `@BotKube edit SourceBindings`
**Ping your cluster**
Check the status of connected Kubernetes cluster(s).
- `@BotKube ping`
**Run kubectl commands (if enabled)**
You can run kubectl commands directly from Platform!
- `@BotKube get services`
- `@BotKube get pods`
- `@BotKube get deployments`
To list all supported kubectl commands
- `@BotKube commands list`
**Filters (advanced)**
You can extend BotKube functionality by writing additional filters that can check resource specs, validate some checks and add messages to the Event struct. Learn more at https://botkube.io/filters
Angry? Amazed?
Give feedback: https://feedback.botkube.io
Read our docs: https://botkube.io
Join our Slack: https://join.botkube.io
Follow us on Twitter: https://twitter.com/botkube_io
\ No newline at end of file
+```
- `@BotKube notifier start`
- `@BotKube notifier stop`
- `@BotKube notifier status`
**Notification types**
By default, BotKube will notify only about cluster errors and recommendations.
- `@BotKube edit SourceBindings`
**Ping your cluster**
Check the status of connected Kubernetes cluster(s).
- `@BotKube ping`
**Run kubectl commands (if enabled)**
You can run kubectl commands directly from Platform!
- `@BotKube get services`
- `@BotKube get pods`
- `@BotKube get deployments`
To list all supported kubectl commands
- `@BotKube commands list`
**Filters (advanced)**
You can extend BotKube functionality by writing additional filters that can check resource specs, validate some checks and add messages to the Event struct. Learn more at https://botkube.io/filters
**Angry? Amazed?**
Give feedback: https://feedback.botkube.io
Read our docs: https://botkube.io
Join our Slack: https://join.botkube.io
Follow us on Twitter: https://twitter.com/botkube_io
\ No newline at end of file