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