diff --git a/frontend/locales/en.json b/frontend/locales/en.json index b9085859d..44bc1e5e3 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -395,6 +395,14 @@ "contributors": "Count of contributors", "wordCount": "Count of words" }, + "mediaBrowser": { + "title": "Media", + "deleteMedia": "Delete uploaded file", + "confirmDeletion": "Do you really want to delete this file?", + "errorDeleting": "The uploaded file could not be deleted.", + "mediaDeleted": "The uploaded file has been deleted.", + "noMediaUploads": "There are no media files uploaded to this note yet" + }, "modal": { "snippetImport": { "title": "Import from Snippet", @@ -553,6 +561,7 @@ "loading": "Loading ...", "continue": "Continue", "back": "Back", + "success": "Success", "errorWhileLoading": "An unexpected error occurred while loading '{{name}}'.\nCheck the browser console for more information.\nReport this error only if it comes up again.", "errorOccurred": "An error occurred", "readForMoreInfo": "Read here for more information", diff --git a/frontend/src/components/common/modals/__snapshots__/deletion-modal.spec.tsx.snap b/frontend/src/components/common/modals/__snapshots__/deletion-modal.spec.tsx.snap index d17361f43..b84f09096 100644 --- a/frontend/src/components/common/modals/__snapshots__/deletion-modal.spec.tsx.snap +++ b/frontend/src/components/common/modals/__snapshots__/deletion-modal.spec.tsx.snap @@ -1,47 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`DeletionModal disables deletion when user is not owner 1`] = ` - -`; - exports[`DeletionModal renders correctly with deletionButtonI18nKey 1`] = `