From abb03cc1135a0063e23cd1e2c9b56a6ba967e801 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 11 Sep 2022 15:57:52 +0100 Subject: [PATCH] fix: Consistent capitalization --- app/scenes/CollectionExport.tsx | 2 +- shared/i18n/locales/en_US/translation.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/scenes/CollectionExport.tsx b/app/scenes/CollectionExport.tsx index 472fee912..b39ebf31d 100644 --- a/app/scenes/CollectionExport.tsx +++ b/app/scenes/CollectionExport.tsx @@ -55,7 +55,7 @@ function CollectionExport({ collection, onSubmit }: Props) { diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index ef0635a06..b9be27c83 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -358,7 +358,6 @@ "Exporting the collection {{collectionName}} may take some time.": "Exporting the collection {{collectionName}} may take some time.", "Your documents will be a zip of folders with files in Markdown format. Please visit the Export section in Settings to get the zip.": "Your documents will be a zip of folders with files in Markdown format. Please visit the Export section in Settings to get the zip.", "Exporting": "Exporting", - "Export Collection": "Export Collection", "Collections are for grouping your documents. They work best when organized around a topic or internal team — Product or Engineering for example.": "Collections are for grouping your documents. They work best when organized around a topic or internal team — Product or Engineering for example.", "This is the default level of access, you can give individual users or groups more access once the collection is created.": "This is the default level of access, you can give individual users or groups more access once the collection is created.", "Public document sharing": "Public document sharing",