diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx
index 35ea89ea..49cb4274 100644
--- a/src/components/account-info.jsx
+++ b/src/components/account-info.jsx
@@ -23,6 +23,7 @@ import showToast from '../utils/show-toast';
import states, { hideAllModals } from '../utils/states';
import store from '../utils/store';
import { getCurrentAccountID, updateAccount } from '../utils/store-utils';
+import supports from '../utils/supports';
import AccountBlock from './account-block';
import Avatar from './avatar';
@@ -1091,16 +1092,18 @@ function RelatedActions({
Translate bio
-
+ {supports('@mastodon/profile-private-note') && (
+
+ )}
{following && !!relationship && (
<>