Fixing typo in attachment.description id
parent
452cd118de
commit
6065498672
|
@ -200,7 +200,7 @@
|
||||||
"ATTACHMENT": {
|
"ATTACHMENT": {
|
||||||
"SECTION_NAME": "attachments",
|
"SECTION_NAME": "attachments",
|
||||||
"TITLE": "{{ fileName }} uploaded on {{ date }}",
|
"TITLE": "{{ fileName }} uploaded on {{ date }}",
|
||||||
"DESCIPTION": "Type a short description",
|
"DESCRIPTION": "Type a short description",
|
||||||
"DEPRECATED_FILE": "Deprecated?",
|
"DEPRECATED_FILE": "Deprecated?",
|
||||||
"ADD": "Add new attachment. <%- maxFileSizeMsg %>",
|
"ADD": "Add new attachment. <%- maxFileSizeMsg %>",
|
||||||
"MAX_FILE_SIZE": "[Max. size: {{maxFileSize}}]",
|
"MAX_FILE_SIZE": "[Max. size: {{maxFileSize}}]",
|
||||||
|
|
Loading…
Reference in New Issue