Consistently capitalize 'PolyGerrit'

Change-Id: I3aea07ec5ec78b1c4ad332f665dd31b02024e2c3
diff --git a/pages/gerrit/config-gerrit.md b/pages/gerrit/config-gerrit.md
index 256849c..6a0585f 100644
--- a/pages/gerrit/config-gerrit.md
+++ b/pages/gerrit/config-gerrit.md
@@ -4340,9 +4340,9 @@
 > Gerrit. If you modify any columns in this table, Gerrit needs to be
 > restarted before it will use the new values.
 
-## Configuring the Polygerrit UI
+## Configuring the PolyGerrit UI
 
-Please see [UI](dev-polygerrit.html) on configuring the Polygerrit UI.
+Please see [UI](dev-polygerrit.html) on configuring the PolyGerrit UI.
 
 ### Configurable Parameters
 
diff --git a/pages/gerrit/dev-plugins.md b/pages/gerrit/dev-plugins.md
index 4b8c530..768969f 100644
--- a/pages/gerrit/dev-plugins.md
+++ b/pages/gerrit/dev-plugins.md
@@ -2480,7 +2480,7 @@
 server using the [plugin install](cmd-plugin-install.html) command.
 
 Web UI plugins distributed as a single ‘.js\` file (or \`.html’ file for
-Polygerrit) can be deployed without the overhead of JAR packaging. For
+PolyGerrit) can be deployed without the overhead of JAR packaging. For
 more information refer to [plugin install](cmd-plugin-install.html)
 command.
 
diff --git a/pages/site/releases/2.14.md b/pages/site/releases/2.14.md
index 455c276..c1dfef3 100644
--- a/pages/site/releases/2.14.md
+++ b/pages/site/releases/2.14.md
@@ -539,7 +539,7 @@
   project level in the `project.config` on a project's `refs/meta/config`
   branch, but this was not actually implemented.
 * [Issue 5316](https://bugs.chromium.org/p/gerrit/issues/detail?id=5316):
-Fix incorrect relative URL paths in Gitiles links in the Polygerrit UI.
+Fix incorrect relative URL paths in Gitiles links in the PolyGerrit UI.
 * Return raw byte value for effective value of git max object size limit.
 
   The 'value' field of the info shows the effective value that gets
@@ -912,7 +912,7 @@
     * Fix logging of new project creation and project deletion.
       The "created" and "deleted" logs were emitted even when the operation
       failed.
-* Polygerrit UI:
+* PolyGerrit UI:
     * [Issue 6109](https://bugs.chromium.org/p/gerrit/issues/detail?id=6109):
       Don't open "Your" menu items in a new tab.
     * [Issue 8373](https://bugs.chromium.org/p/gerrit/issues/detail?id=8373):
@@ -1039,7 +1039,7 @@
 * Allow to add reviewers to changes by commit sha1 using the `set-reviewers`
   ssh command.
 * Hooks plugin: Protect against null object IDs in ref updates.
-* Polygerrit UI
+* PolyGerrit UI
     * Fix avatars when using a URL prefix
     * Fix redirection of URLs with context to GWT UI
 
@@ -1115,7 +1115,7 @@
   of the `gerrit.config` file it is now possible to configure the
   `url`, `poolLimit`, `poolMinIdle`, `poolMaxIdle`, and `poolMaxWait`
   values.
-* Polygerrit UI
+* PolyGerrit UI
     * [Issue 6827](https://bugs.chromium.org/p/gerrit/issues/detail?id=6827):
       Fix loading change screen with a slash following the patch set number.
     * [Issue 6921](https://bugs.chromium.org/p/gerrit/issues/detail?id=6921):
diff --git a/pages/site/releases/2.15.md b/pages/site/releases/2.15.md
index 9d38bad..84d7b38 100644
--- a/pages/site/releases/2.15.md
+++ b/pages/site/releases/2.15.md
@@ -436,7 +436,7 @@
   This is useful when only a few projects should be skipped but all others
   should be migrated.
 
-* Polygerrit fixes
+* PolyGerrit fixes
 
   * [Issue 7669](https://bugs.chromium.org/p/gerrit/issues/detail?id=7669),
   [Issue 9614](https://bugs.chromium.org/p/gerrit/issues/detail?id=9614):
@@ -873,9 +873,9 @@
   lines from the commit message and returns an error if this results in
   the commit message being empty.
 * [Issue 9389](https://bugs.chromium.org/p/gerrit/issues/detail?id=9389):
-Fix support for syntax highlighting of Clojure source files in the Polygerrit UI.
+Fix support for syntax highlighting of Clojure source files in the PolyGerrit UI.
 * [Issue 5316](https://bugs.chromium.org/p/gerrit/issues/detail?id=5316):
-Fix incorrect relative URL paths in Gitiles links in the Polygerrit UI.
+Fix incorrect relative URL paths in Gitiles links in the PolyGerrit UI.
 * Fix internal server error when generating email sender name for
 non-existing account.
 * Add `--generate-http-password` option to the ssh `set-account` command.
@@ -984,7 +984,7 @@
     * Expand and improve documentation related to debugging hooks.
     * Restructure the hooks page to separate synchronous and asynchronous hooks, and
     add a table of contents.
-* Polygerrit fixes:
+* PolyGerrit fixes:
   * [Issue 8655](https://bugs.chromium.org/p/gerrit/issues/detail?id=8655):
   Clear suggestions on autocomplete input change.
   * [Issue 8237](https://bugs.chromium.org/p/gerrit/issues/detail?id=8237):
@@ -1032,15 +1032,15 @@
 * [Issue 5181](https://bugs.chromium.org/p/gerrit/issues/detail?id=5181):
 Limit assignee suggestion to users that can see the change.
 * [Issue 6112](https://bugs.chromium.org/p/gerrit/issues/detail?id=6112):
-Add support for "Included In" in the polygerrit change screen.
+Add support for "Included In" in the PolyGerrit change screen.
 * [Issue 6583](https://bugs.chromium.org/p/gerrit/issues/detail?id=6583):
 Fix false negatives for edits due to rebase.
 * [Issue 8574](https://bugs.chromium.org/p/gerrit/issues/detail?id=8574):
-Fix refesh of polygerrit change list with "Shift + R".
+Fix refesh of PolyGerrit change list with "Shift + R".
 * [Issue 8703](https://bugs.chromium.org/p/gerrit/issues/detail?id=8703):
 Fix false warning in server log when creating a new project.
 * [Issue 8252](https://bugs.chromium.org/p/gerrit/issues/detail?id=8252):
-Improve error message in polygerrit when adding a group member to a group that
+Improve error message in PolyGerrit when adding a group member to a group that
 does not exist or is not viewable for the current user.
 * Allow admins to toggle the WIP flag on all changes.
 * Fix internal server error when group UUID cannot be resolved when getting audit log.
diff --git a/pages/site/releases/2.16.md b/pages/site/releases/2.16.md
index ae00466..fd4f67e 100644
--- a/pages/site/releases/2.16.md
+++ b/pages/site/releases/2.16.md
@@ -685,7 +685,7 @@
   setup still tried to create an index on it, which prevented a new
   site from starting up.
 
-* Don't serve Polygerrit UI when running in headless mode.
+* Don't serve PolyGerrit UI when running in headless mode.
 
 * Don't serve static resources when running in slave mode.