diff --git a/src/screens/Profile/Header/EditProfileDialog.tsx b/src/screens/Profile/Header/EditProfileDialog.tsx
index 8d86a023b1..95160ce863 100644
--- a/src/screens/Profile/Header/EditProfileDialog.tsx
+++ b/src/screens/Profile/Header/EditProfileDialog.tsx
@@ -23,6 +23,7 @@ import * as TextField from '#/components/forms/TextField'
import {InlineLinkText} from '#/components/Link'
import {Loader} from '#/components/Loader'
import * as Prompt from '#/components/Prompt'
+import {Text} from '#/components/Typography'
import {useSimpleVerificationState} from '#/components/verification'
const DISPLAY_NAME_MAX_GRAPHEMES = 64
@@ -329,22 +330,18 @@ function DialogInner({
/>
{displayNameTooLong && (
-
-
- Display name is too long.{' '}
-
-
-
+ ]}>
+
+
)}
@@ -379,22 +376,18 @@ function DialogInner({
/>
{descriptionTooLong && (
-
-
- Description is too long.{' '}
-
-
-
+ ]}>
+
+
)}