NTP-24898 | Text change in Houston (#474)
* NTP-24878 | Text changes in Slack modal and info message. * NTP-24878 | Text changes in Slack modal and info message.
This commit is contained in:
committed by
GitHub
parent
0387a054de
commit
b7b42bc3ab
@@ -40,7 +40,7 @@ func GenerateModalRequest(
|
||||
blockSet = append(blockSet, headerSection)
|
||||
|
||||
reportingTeamsOptions := createOptionBlockObjectsForTeamsV2(reportingTeams)
|
||||
reportingTeamText := slack.NewTextBlockObject(slack.PlainTextType, "Reporting Team", false, false)
|
||||
reportingTeamText := slack.NewTextBlockObject(slack.PlainTextType, "Business/Function Impacted", false, false)
|
||||
reportingTeamPlaceholder := slack.NewTextBlockObject(slack.PlainTextType, "Select reporting team", false, false)
|
||||
reportingTeamOption := slack.NewOptionsSelectBlockElement(slack.OptTypeStatic, reportingTeamPlaceholder, "reportingTeamId", reportingTeamsOptions...)
|
||||
if defaultReportingTeam != nil {
|
||||
|
||||
Reference in New Issue
Block a user