Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
senk8 committed Feb 27, 2024
1 parent be64f3b commit 0e3af5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/server/alert/alert_slack.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ const (
slackNotificationTestMessageJa = "RISKENからのテスト通知です"
slackNotificationTestMessageEn = "This is a test notification from RISKEN"
slackRequestAuthzNotificationMessageJa = `<!here> %sさんが
あなたのプロジェクト%sへのアクセスをリクエストしました。
問題がなければ<%s/iam/user?project_id=%d&from=slack|ユーザー一覧>から%sさんを招待してください。`
プロジェクト%sへのアクセスをリクエストしました。
プロジェクト管理者は問題がなければ<%s/iam/user?project_id=%d&from=slack|ユーザー一覧>から%sさんを招待してください。`
slackRequestAuthzNotificationMessageEn = `<!here> %s has requested access to your Project %s.
If there are no issues, please check <%s/iam/user?project_id=%d&from=slack|the user list> and invite Person %s.`
If there are no issues, the project administrator should <%s/iam/user?project_id=%d&from=slack|the user list> and invite %s.`
)

func (a *AlertService) sendSlackNotification(
Expand Down

0 comments on commit 0e3af5c

Please sign in to comment.