From 75f01d4d0c6a60f9cb4f4c35a4ce7f8a702a5594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 10 Dec 2025 19:41:48 +0100 Subject: [PATCH] Fix slack message text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- pkg/trust/templates/access-request.json.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/trust/templates/access-request.json.tmpl b/pkg/trust/templates/access-request.json.tmpl index a464531ca..c8eb21e9f 100644 --- a/pkg/trust/templates/access-request.json.tmpl +++ b/pkg/trust/templates/access-request.json.tmpl @@ -24,7 +24,7 @@ "type": "button", "text": { "type": "plain_text", - "text": "✅ Accept All" + "text": "✅ Grant All" }, "action_id": "accept_all", "value": "{{.SlackMessageID}}", @@ -95,7 +95,7 @@ { "text": { "type": "plain_text", - "text": "Accept" + "text": "Grant" }, "value": "accept/{{.ID}}" }, @@ -164,7 +164,7 @@ { "text": { "type": "plain_text", - "text": "Accept" + "text": "Grant" }, "value": "accept/{{.ID}}" }, @@ -181,7 +181,7 @@ "type": "button", "text": { "type": "plain_text", - "text": "Revoke" + "text": "Grant" }, "action_id": "accept_report", "value": "{{.ID}}", @@ -233,7 +233,7 @@ { "text": { "type": "plain_text", - "text": "Accept" + "text": "Grant" }, "value": "accept/{{.ID}}" },