diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index d907062a..2e4e5adf 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -15,7 +15,7 @@ form-flow:
path: 'flows-config.yaml'
uploads:
default-doc-type-label: "NotSet"
- accepted-file-types: '.jpeg,.jpg,.png,.pdf,.bmp,.gif,.doc,.docx,.odt,.ods,.odp'
+ accepted-file-types: '.doc,.docx,.pdf,.xls,.xlsx,.ppt,.pptx,.txt,.csv'
thumbnail-width: '64'
thumbnail-height: '60'
# 20 files maximum
diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties
index d29fa0fc..65948297 100644
--- a/src/main/resources/messages.properties
+++ b/src/main/resources/messages.properties
@@ -1112,7 +1112,7 @@ doc-upload-recommendations.residency-content=Current official document with your
doc-upload-recommendations.identity=Proof of Identity
doc-upload-recommendations.identity-content=A government-issued photo ID such as a driver's license, identity card, passport or Social Security card.
doc-upload-recommendations.types-of-files=Types of files
-doc-upload-recommendations.types-of-files-content=We accept .jpeg, .jpg, .png, .pdf, .bmp, .gif, .doc, .docx, .odt, .ods, or .odp files. Each file is limited to 20MB. The maximum number of files is 20.
+doc-upload-recommendations.types-of-files-content=We accept {0} files. Each file is limited to {1} MB. The maximum number of files is {2}.
# doc upload signpost
diff --git a/src/main/resources/templates/fragments/docUploadSeeWhatToAddReveal.html b/src/main/resources/templates/fragments/docUploadSeeWhatToAddReveal.html
index 6eb54586..ab2c9638 100644
--- a/src/main/resources/templates/fragments/docUploadSeeWhatToAddReveal.html
+++ b/src/main/resources/templates/fragments/docUploadSeeWhatToAddReveal.html
@@ -9,15 +9,19 @@
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file