Improve 3.7.3 release notes

Change-Id: I1d75813b78f936c3f0ecd7ee48bcfadb428d87f4
diff --git a/pages/site/releases/3.7.md b/pages/site/releases/3.7.md
index 7ef4db8..b67d27b 100644
--- a/pages/site/releases/3.7.md
+++ b/pages/site/releases/3.7.md
@@ -529,7 +529,7 @@
   * [Change 364591](https://gerrit-review.googlesource.com/c/gerrit/+/364591)
   Allow to hide download schemes from the UI
 
-    Allow hiding a download scheme in the UI by still allowing to use it.
+    Allow hiding a download scheme in the UI while still allowing to use it.
 
   * [Change 360221](https://gerrit-review.googlesource.com/c/gerrit/+/360221):
   Add metric for memory allocated by all threads
@@ -545,12 +545,12 @@
     Ignore `SshChannelClosedException` when flushing the task's output and error
     streams. JGit commands like `UploadPack` flush these streams already. When
     `TaskThunk` tries to flush them again `SshChannelClosedException` is thrown
-    and leads to an internal server error.
+    and led to an internal server error.
 
   * [Change 364478](https://gerrit-review.googlesource.com/c/gerrit/+/364478):
   AndSource: Run `isVisibleToPredicate` based on its cost
 
-    `isVisible` check can be expensive and always running it ahead of other
+    The `isVisible` check can be expensive and always running it ahead of other
     cheaper predicates can increase the query time. Update `AndSource` to treat
     `isVisibleToPredicate` like any other predicate so that it runs based on its
     estimated cost.
@@ -579,8 +579,8 @@
 
     Matching changes more than the limit is just extra work that is discarded at
     the end when the results are trimmed to match the limit. This can help improve
-    performance of queries where a small percentage of changes are filtered in the
-    initial page and the remaining results are obtained from the next page.
+    the performance of queries where a small percentage of changes are filtered
+    in the initial page and the remaining results are obtained from the next page.
 
   * [Change 357834](https://gerrit-review.googlesource.com/c/gerrit/+/357834):
   Improved performance for plugin-provided SSH commands that perform multiple
@@ -598,7 +598,7 @@
   * [Change 370835](https://gerrit-review.googlesource.com/c/gerrit/+/370835):
   Enforce minimum Java version to Java 11.0.10 or higher
 
-    Minimum supported java version was raised to Java 11 since release 3.5.
+    Since release 3.5 the minimum supported java version was raised to Java 11.
     Since [Change 335625](https://gerrit-review.googlesource.com/c/gerrit/+/335625)
     the minimum Java version 11.0.10 is required.
 
@@ -608,7 +608,7 @@
     Backport of [Change 371094](https://gerrit-review.googlesource.com/c/gerrit/+/371094).
 
   * [Issue 16823](https://crbug.com/gerrit/16823):
-  Fix the search by query in the project filter
+  Fix the search by `inname:` predicate query in the project filter
 
     Fix regression introduced in [Change 337994](https://gerrit-review.googlesource.com/c/gerrit/+/337994),
     in context of [Issue 15134](https://crbug.com/gerrit/15134).