diff --git a/src/profile/AgeMessage.jsx b/src/profile/AgeMessage.jsx
index d2771e15e..c7f90fba4 100644
--- a/src/profile/AgeMessage.jsx
+++ b/src/profile/AgeMessage.jsx
@@ -11,7 +11,11 @@ const AgeMessage = ({ accountSettingsUrl }) => (
     show
   >
     <Alert.Heading id="profile.age.headline">
-      Your profile cannot be shared.
+      <FormattedMessage
+        id="profile.age.cannotShare"
+        defaultMessage="Your profile cannot be shared."
+        description="Error message indicating that the user's profile cannot be shared"
+      />
     </Alert.Heading>
     <FormattedMessage
       id="profile.age.details"