Skip to content

Commit

Permalink
Merge pull request #33167 from Expensify/arosiclair-file-type-typo
Browse files Browse the repository at this point in the history
[No QA] Fix file type typo
  • Loading branch information
Julesssss authored Dec 15, 2023
2 parents 3a3d6f3 + 18628be commit 6fc070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export default {
attachmentTooSmall: 'Attachment too small',
sizeNotMet: 'Attachment size must be greater than 240 bytes.',
wrongFileType: 'Attachment is the wrong type',
notAllowedExtension: 'This filetype is not allowed',
notAllowedExtension: 'This file type is not allowed',
folderNotAllowedMessage: 'Uploading a folder is not allowed. Try a different file.',
},
avatarCropModal: {
Expand Down

0 comments on commit 6fc070b

Please sign in to comment.