diff --git a/changelog.d/14797.doc b/changelog.d/14797.doc
new file mode 100644
index 0000000000000000000000000000000000000000..2e25d531d172d8e78a42c52e2e00f2365a0e67ef
--- /dev/null
+++ b/changelog.d/14797.doc
@@ -0,0 +1 @@
+Fix Synapse 1.74 upgrade notes to correctly explain how to install pyICU when installing Synapse from PyPI.
diff --git a/docs/upgrade.md b/docs/upgrade.md
index f853dfdb8e627496b6fb7561b6d4479db9408d2a..c4bc5889a95f85baf213f1250aa0bbf7a4ed3362 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -99,7 +99,7 @@ the ICU native dependency and its development headers
 so that PyICU can build since no prebuilt wheels are available.
 
 You can follow [the PyICU documentation](https://pypi.org/project/PyICU/) to do so,
-and then do `pip install matrix-synapse[icu]` for a PyPI install.
+and then do `pip install matrix-synapse[user-search]` for a PyPI install.
 
 Docker images and Debian packages need nothing specific as they already
 include or specify ICU as an explicit dependency.