mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 19:06:41 +03:00
Fixed typo.
This commit is contained in:
parent
98dfa730ce
commit
82b175b002
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user