From d03b265eb4f76d914f68f7ee91f777539a239240 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 13 Apr 2024 21:21:48 +0530 Subject: [PATCH] Captialize We've been capitalizing the name at places where we can. This name is only used when creating new exports, and shouldn't effect existing export, so it is safe to change. --- web/apps/photos/src/services/export/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/apps/photos/src/services/export/index.ts b/web/apps/photos/src/services/export/index.ts index e4d1b1336..5e956b7e2 100644 --- a/web/apps/photos/src/services/export/index.ts +++ b/web/apps/photos/src/services/export/index.ts @@ -48,7 +48,7 @@ const exportRecordFileName = "export_status.json"; * Name of the top level directory which we create underneath the selected * directory when the user starts an export to the filesystem. */ -const exportDirectoryName = "ente Photos"; +const exportDirectoryName = "Ente Photos"; /** * Name of the directory in which we put our metadata when exporting to the