From 1f9ccd344c135cb92b82c4023480263c9f6da298 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 24 Sep 2025 20:28:24 +0300 Subject: [PATCH] fix string --- src/components/dialogs/lists/CreateOrEditListDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/lists/CreateOrEditListDialog.tsx b/src/components/dialogs/lists/CreateOrEditListDialog.tsx index 326392a993..c3d044cf91 100644 --- a/src/components/dialogs/lists/CreateOrEditListDialog.tsx +++ b/src/components/dialogs/lists/CreateOrEditListDialog.tsx @@ -354,7 +354,7 @@ function DialogInner({ : _(msg`e.g. Spammers`) const descriptionPlaceholder = isCurateList - ? _(msg`e.g. The posters that never miss.`) + ? _(msg`e.g. The posters who never miss.`) : _(msg`e.g. Users that repeatedly reply with ads.`) return (