diff --git a/frontend/web/components/FeatureRow.js b/frontend/web/components/FeatureRow.js
index e9a0af0eb9ed..e3bd3d037aa3 100644
--- a/frontend/web/components/FeatureRow.js
+++ b/frontend/web/components/FeatureRow.js
@@ -257,6 +257,23 @@ class TheComponent extends Component {
}`}
)}
+ {projectFlag.is_server_key_only && (
+
+ {'Server-side only'}
+
+ }
+ place='top'
+ >
+ {
+ 'Prevent this feature from being accessed with client-side SDKs.'
+ }
+
+ )}