From 94fd91d6be587f20d24da5e2613359cfe70d7f0a Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Tue, 18 Jul 2023 12:33:47 +0100 Subject: [PATCH] Current responders -> Additional Responders (#2567) # What this PR does Changes wording so it's clear that only "additional" responders (i.e. users paged through direct paging) are shown in this section, and users paged via escalation chain are not shown. Before: Screenshot 2023-07-18 at 10 15 28 After: Screenshot 2023-07-18 at 10 16 06 ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- CHANGELOG.md | 1 + grafana-plugin/src/pages/incident/parts/PagedUsers.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a52a1139..7d6aa483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update Slack "invite" feature to use direct paging by @vadimkerr ([#2562](https://github.com/grafana/oncall/pull/2562)) +- Change "Current responders" to "Additional Responders" in web UI by @vadimkerr ([#2567](https://github.com/grafana/oncall/pull/2567)) ## v1.3.14 (2023-07-17) diff --git a/grafana-plugin/src/pages/incident/parts/PagedUsers.tsx b/grafana-plugin/src/pages/incident/parts/PagedUsers.tsx index 5e7672db..12a0c18b 100644 --- a/grafana-plugin/src/pages/incident/parts/PagedUsers.tsx +++ b/grafana-plugin/src/pages/incident/parts/PagedUsers.tsx @@ -52,7 +52,7 @@ const PagedUsers = observer((props: PagedUsersProps) => { return (
- Current responders + Additional responders