From 4ff12294a7b47e5e9fb5d50bf5d249c5308341aa Mon Sep 17 00:00:00 2001 From: saltrafael Date: Sun, 15 Aug 2021 11:31:51 -0300 Subject: [PATCH] Fix Modal Remove Collection I18n --- ui/modal/modalRemoveCollection/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%? ) }