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:
Amitesh Vijaykumar Magar
2025-01-31 18:13:25 +05:30
committed by GitHub
parent 0387a054de
commit b7b42bc3ab
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -274,7 +274,7 @@ func (service *reminderServiceImpl) populateSeverityIncidentsListMessage(
}
incidentMessage := fmt.Sprintf(
"<#%s> * | Open since:* %-20s *Business/Function Impacted:* `%s` *Reporting team:* `%s` \n",
"<#%s> * | Open since:* %-20s *Responder Team:* `%s` *Business/Function Impacted:* `%s` \n",
incident.SlackChannel, fmt.Sprintf("`%d day(s) %d hour(s)`", days, hours),
responderTeam, reporterTeam,
)