Thanks a lot for answear 😉
I use Swatch theme with flexslider and You are genius 😉
I found it 😉 a file is \wp-content\themes\swatch\inc\frontend.php
it was:
alt=”‘. basename ( get_attached_file($post->ID) ).'”
I change it to:
alt=”‘. $post->post_content.'”
And its working.
Thanks 😉