{
const { t } = useTranslation();
@@ -48,13 +49,11 @@ const CollectionItemRow = ({ collection, item, isOwner }) => {
| {sketchOwnerUsername} |
{isOwner && (
-
+
+
+
)}
|
diff --git a/translations/locales/bn/translations.json b/translations/locales/bn/translations.json
index 613fdb67b2..1b1aeb8f03 100644
--- a/translations/locales/bn/translations.json
+++ b/translations/locales/bn/translations.json
@@ -476,6 +476,7 @@
"DescriptionPlaceholder": "বর্ণনা যোগ করুন",
"NumSketches": "{{count}} স্কেচ",
"By": "সংগ্রহ করেছেন ",
+ "RemoveFromCollection": "Remove from Collection",
"NoSketches": "সংগ্রহে কোন স্কেচ নেই",
"TableSummary": "সমস্ত সংগ্রহ ধারণ করা টেবিল",
"HeaderName": "নাম",
diff --git a/translations/locales/en-US/translations.json b/translations/locales/en-US/translations.json
index 7529a1d9ff..cd6efb1406 100644
--- a/translations/locales/en-US/translations.json
+++ b/translations/locales/en-US/translations.json
@@ -278,7 +278,7 @@
}
},
"Sidebar": {
- "Title": "Sketch Files",
+ "Title": "Sketch something today",
"ToggleARIA": "Toggle open/close sketch file options",
"AddFolder": "Create folder",
"AddFolderARIA": "add folder",
@@ -521,6 +521,7 @@
"NumSketches": "{{count}} sketch",
"NumSketches_plural": "{{count}} sketches",
"By": "Collection by ",
+ "RemoveFromCollection": "Remove from Collection",
"NoSketches": "No sketches in collection",
"TableSummary": "table containing all collections",
"HeaderName": "Name",