Skip to content

Commit

Permalink
feat(editor-content): fix error with duplicated code #29871
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Sep 19, 2024
1 parent b1f7481 commit cb69f6d
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,7 @@ const FILE_MESSAGES_MOCK = {
'The URL you requested is not valid. Please try again.',
'dot.file.field.action.import.from.url': 'Import from URL',
'dot.file.field.action.remove': 'Remove',
'dot.file.field.dialog.create.new.file.header': 'File Details',
'dot.file.field.dialog.import.from.url.header': 'URL',
'dot.file.field.drag.and.drop.error.could.not.load.message':
'<strong>Couldn&apos;t load the file.</strong> Please try again or',
'dot.file.field.drag.and.drop.error.file.maxsize.exceeded.message':
'The file weight <strong>exceeds the limits of {0}</strong>, please reduce size before uploading.',
'dot.file.field.drag.and.drop.error.file.not.supported.message':
'This type of <strong>file is not supported</strong>, Please select a {0} file.',
'dot.file.field.drag.and.drop.error.multiple.files.dropped.message':
'You can only upload one file at a time.',
'dot.file.field.drag.and.drop.error.server.error.message':
'<strong>Something went wrong</strong>, please try again or contact our support team.',
'dot.file.field.drag.and.drop.message': 'Drag and Drop or',
'dot.file.field.error.type.file.not.extension': "Please add the file's extension",
'dot.file.field.error.type.file.not.supported.message':
'This type of file is not supported. Please use a {0} file.',
'dot.file.field.file.bytes': 'Bytes',
'dot.file.field.file.dimension': 'Dimension',
'dot.file.field.file.size': 'File Size',
'dot.file.field.import.from.url.error.file.not.supported.message':
'This type of file is not supported, Please import a {0} file.',
'dot.file.field.action.generate.with.dotai': 'Generate with dotAI',
'dot.file.field.action.select.existing.file': 'Select Existing File',
'dot.common.cancel': 'Cancel',
'dot.common.edit': 'Edit',
Expand Down

0 comments on commit cb69f6d

Please sign in to comment.