Skip to content

Commit 78287f0

Browse files
authored
Merge pull request #806 from readthedocs/agj/more-localization
Add more localized strings
2 parents b360305 + 8f32736 commit 78287f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
{% if logo and theme_logo_only %}
117117
<a href="{{ pathto(master_doc) }}">
118118
{% else %}
119-
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
119+
<a href="{{ pathto(master_doc) }}" class="icon icon-home" alt="{{ _("Documentation Home") }}"> {{ project }}
120120
{% endif %}
121121

122122
{% if logo %}

0 commit comments

Comments
 (0)