Added document delete + refined document upload

This commit is contained in:
Patrick Fic
2020-01-24 12:52:13 -08:00
parent 5f256c204d
commit 066b900409
8 changed files with 152 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
"translation": {
"documents": {
"errors": {
"deletes3": "Error deleting document from storage. ",
"getpresignurl": "Error obtaining presigned URL for document. ",
"insert": "Unable to upload file.",
"nodocuments": "There are no documents."
@@ -10,6 +11,7 @@
"upload": "Upload"
},
"successes": {
"delete": "Document deleted successfully.",
"insert": "Uploaded document successfully. "
}
},