Merge pull request #806 from readthedocs/agj/more-localization

Add more localized strings
This commit is contained in:
Anthony
2019-07-26 09:27:44 -06:00
committed by GitHub

View File

@@ -116,7 +116,7 @@
{% if logo and theme_logo_only %}
<a href="{{ pathto(master_doc) }}">
{% else %}
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
<a href="{{ pathto(master_doc) }}" class="icon icon-home" alt="{{ _("Documentation Home") }}"> {{ project }}
{% endif %}
{% if logo %}