Skip to content

Commit 45c859a

Browse files
committed
fix integration test by updating a translation
1 parent 29d5961 commit 45c859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/ru/mystamps/i18n/ValidationMessages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ru.mystamps.web.service.dto.DownloadResult.INVALID_REDIRECT = URL must not redir
3030
ru.mystamps.web.service.dto.DownloadResult.INVALID_FILE_TYPE = Invalid file type
3131
ru.mystamps.web.service.dto.DownloadResult.INVALID_FILE_SIZE = Invalid file size
3232
ru.mystamps.web.service.dto.DownloadResult.FILE_NOT_FOUND = File not found
33-
ru.mystamps.web.service.dto.DownloadResult.UNEXPECTED_ERROR = Could not download a file
33+
ru.mystamps.web.service.dto.DownloadResult.UNEXPECTED_ERROR = Could not download file
3434

3535
value.too-short = Value is less than allowable minimum of {min} characters
3636
value.too-long = Value is greater than allowable maximum of {max} characters

0 commit comments

Comments
 (0)