mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Fixed typo.
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class TranslationsManagementController {
|
|||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
response.contentType = 'aplication/octet-stream'
|
response.contentType = 'application/octet-stream'
|
||||||
response.setHeader('Content-disposition', "attachment; filename=\"${bundle.name}.zip\"")
|
response.setHeader('Content-disposition', "attachment; filename=\"${bundle.name}.zip\"")
|
||||||
|
|
||||||
ZipOutputStream zipOutputStream = new ZipOutputStream(response.outputStream)
|
ZipOutputStream zipOutputStream = new ZipOutputStream(response.outputStream)
|
||||||
|
|||||||
Reference in New Issue
Block a user