WojtekTraczyk Hi, I noticed there is a little bug in the modal style sheet. The caption is actually there but in white. You can add the following CSS somewhere to the header for a quick fix:
.uk-modal-caption {
color: #444 !important;
}
It will be fixed in the next release.