diff --git a/web/app/components/document/sidebar.hbs b/web/app/components/document/sidebar.hbs
index d7ec892f2..3d255b181 100644
--- a/web/app/components/document/sidebar.hbs
+++ b/web/app/components/document/sidebar.hbs
@@ -736,32 +736,17 @@
{{else}}
- -
-
-
-
- Approvers and people subscribed to “{{@document.product}}” will be
- notified.
-
- -
-
-
-
- Your document will appear in Hermes and Google Workspace search.
-
- -
-
-
-
-
- Published documents cannot be deleted but can be archived.
-
+ {{#each this.requestReviewBulletPoints as |b|}}
+ -
+
+
+ {{b.text}}
+
+
+ {{/each}}
diff --git a/web/app/components/document/sidebar.ts b/web/app/components/document/sidebar.ts
index ea97f2931..4834327f0 100644
--- a/web/app/components/document/sidebar.ts
+++ b/web/app/components/document/sidebar.ts
@@ -376,6 +376,23 @@ export default class DocumentSidebarComponent extends Component