From 714ac8a9a8f6af456b63378f3c939749715bf0e3 Mon Sep 17 00:00:00 2001 From: Benjamin Forehand Jr Date: Wed, 2 Dec 2020 17:35:14 -0600 Subject: [PATCH] Update strings on testing page. (#1982) Closes #1981 Co-authored-by: Brian Grinstead --- ui/changes/src/testing.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/changes/src/testing.html b/ui/changes/src/testing.html index 3cc9a5a3..56820997 100644 --- a/ui/changes/src/testing.html +++ b/ui/changes/src/testing.html @@ -49,8 +49,8 @@

Backed Out Commits

- Note that this includes _all_ commits in a bug that gets backed out, - so if there are a stack of commits this can overestimate tags. + Note that many times _all_ commits in a bug get backed out at once, so if there are a stack of commits this can overestimate tags. + For instance, a commit might have been appropriately marked as `unchanged` but still get backed out.
@@ -64,8 +64,8 @@

Commits that caused a regression

- Note that this includes _all_ commits in a bug that gets backed out, - so if there are a stack of commits this can overestimate tags. + Note that this will include _all_ commits in a bug that caused a regression, so if there are a stack of commits this can overestimate tags. + For instance, a commit might have been appropriately marked as `unchanged` but still be marked as causing a regression.