Files
Phraseanet/templates/web/prod/actions/Tools/confirm.html.twig
mike-esokia 329b7b90d5 refactor layout of video tools and dialogs
resize screenshots
2018-03-29 14:33:58 +04:00

11 lines
313 B
Twig

<div id="thumb_confirm">
<img class="selected" src="{{ image }}"/>
<div>
{{ 'you are about to change the representation thumbnail of your video' | trans }} : <span
style='color:#884c92'>{{ video_title }}</span>
</div>
<div>
{{ 'do you want to validate' | trans }}
</div>
</div>