Skip to content

Commit

Permalink
Add back code removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr committed Aug 8, 2023
1 parent 01fc928 commit 4118f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AttachmentModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import AttachmentView from './AttachmentView';
import AttachmentCarousel from './AttachmentCarousel';
import styles from '../styles/styles';
import * as StyleUtils from '../styles/StyleUtils';
import * as FileUtils from '../libs/fileDownload/FileUtils';
import themeColors from '../styles/themes/default';
import compose from '../libs/compose';
import withWindowDimensions, {windowDimensionsPropTypes} from './withWindowDimensions';
Expand Down
1 change: 1 addition & 0 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,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',
folderNotAllowedMessage: 'Uploading a folder is not allowed. Try a different file.',
},
avatarCropModal: {
Expand Down
1 change: 1 addition & 0 deletions src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export default {
attachmentTooSmall: 'Archivo adjunto demasiado pequeño',
sizeNotMet: 'El archivo adjunto debe ser mas grande que 240 bytes.',
wrongFileType: 'El tipo del archivo adjunto es incorrecto',
notAllowedExtension: 'Este tipo de archivo no está permitido',
folderNotAllowedMessage: 'Subir una carpeta no está permitido. Prueba con otro archivo.',
},
avatarCropModal: {
Expand Down

0 comments on commit 4118f4b

Please sign in to comment.