From e4e4c07fa01a4fd746303f9f80643dde84c21450 Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 4 Aug 2022 16:49:39 +0100 Subject: [PATCH] Change the title of the modal for name and bio for comments - Trying out a new modal title as it's easier to read - Also, works better on mobile for the modal refs https://github.com/TryGhost/Team/issues/1716 --- apps/comments-ui/src/components/modals/AddDetailsDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/components/modals/AddDetailsDialog.js b/apps/comments-ui/src/components/modals/AddDetailsDialog.js index dc146dab0b..0704c7667a 100644 --- a/apps/comments-ui/src/components/modals/AddDetailsDialog.js +++ b/apps/comments-ui/src/components/modals/AddDetailsDialog.js @@ -56,7 +56,7 @@ const AddNameDialog = (props) => { return ( <> -

Add context to your comments

+

Add to your profile

For a healthy discussion, let other members know who you are when commenting.