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}}" },