Skip to content

Commit 76761a9

Browse files
authored
Fix typo and emoji in slack button (#289)
1 parent 02e2d74 commit 76761a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/pkg/components/alertmanager/configsecret.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func slackButtons() []config.SlackAction {
220220
return []config.SlackAction{
221221
{
222222
Type: "button",
223-
Text: "Runbbok :runbook",
223+
Text: "Runbook :book:",
224224
URL: "{{ .CommonAnnotations.runbook_url }}",
225225
},
226226
{

0 commit comments

Comments
 (0)