Fix typos

master
Dmitry Isaenko 2024-01-21 12:44:00 +03:00
parent cd8222287b
commit 4666fa1f0f
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ public class DownloadController {
response.setContentType(MediaType.APPLICATION_OCTET_STREAM_VALUE);
response.setHeader(HttpHeaders.CONTENT_DISPOSITION,
ContentDisposition.attachment()
.filename(file + ".fb2", StandardCharsets.UTF_8) // TODO: fix
.filename(file, StandardCharsets.UTF_8) // TODO: fix
.build()
.toString());

View File

@ -13,7 +13,7 @@
<div class="page">
<div th:replace="~{fragments/header :: 'header-anon'}"></div>
<div class="container base">
<h1>Currently we're close to new registrations</h1>
<h1>Currently we're closed to new registrations</h1>
</div>
</div>
<div th:replace="~{fragments/footer :: 'footer'}"></div>