diff --git a/frontend/src/app/upload/upload.component.html b/frontend/src/app/upload/upload.component.html index 33a953f..79fd8aa 100644 --- a/frontend/src/app/upload/upload.component.html +++ b/frontend/src/app/upload/upload.component.html @@ -63,7 +63,7 @@
-
File Name:
+
File name:
{{uploadData.fileName}}
Is password protected:
@@ -77,7 +77,7 @@ {{uploadData.singleDownload ? 'Yes' : 'No'}} -
Download Password:
+
Download password:
{{uploadData.password || 'N/A'}}
File ID:
@@ -86,8 +86,12 @@
Download URL:
{{fileUrls.downloadUrl}}
+ +