leilukin-tumbleblog/feathers/photo/admin/help/photo_alt_text.twig

11 lines
480 B
Twig
Raw Permalink Normal View History

2024-06-20 14:10:42 +00:00
{% extends "layouts" ~ DIR ~ "help.twig" %}
{% block title %}{{ "Alternative Text" | translate("photo") }}{% endblock %}
{% block content %}
<h1>{{ "Alternative Text" | translate("photo") }}</h1>
<p>
{{ "This text provides a brief description of the photo; it is useful for visually impaired visitors, and it will be displayed if the image format is not supported by the visitor's web browser or if the image has not yet downloaded." | translate("photo") }}
</p>
{% endblock %}