diff --git a/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte b/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte index 4ea4ebc12..ddf7a2418 100644 --- a/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte +++ b/src/routes/console/[project]/storage/bucket/[bucket]/file/[file]/index.svelte @@ -97,7 +97,7 @@
MIME Type: {$file.response.mimeType}
Size: {bytesToSize($file.response.sizeOriginal)}
Created: {toLocaleDate($file.response.$createdAt)}
-Last Updated (to implement): {toLocaleDate($file.response.$createdAt)}
+Last Updated: {toLocaleDate($file.response.$updatedAt)}
@@ -160,7 +160,7 @@- Last Updated (to implement): {toLocaleDateTime($file.response.$createdAt)} + Last Updated: {toLocaleDateTime($file.response.$updatedAt)}