diff --git a/ui/modal/modalRemoveCollection/view.jsx b/ui/modal/modalRemoveCollection/view.jsx index f95373354..5510efb97 100644 --- a/ui/modal/modalRemoveCollection/view.jsx +++ b/ui/modal/modalRemoveCollection/view.jsx @@ -36,7 +36,7 @@ function ModalRemoveCollection(props: Props) { ) : ( {uri && title ? `"${title}"` : `"${collectionName}"`} }}> - Are you sure you'd like to remove "%title%"? + Are you sure you'd like to remove %title%? ) }