Skip to content

Commit

Permalink
Merge pull request #4980 from DrGFreeman/4280-change-newroom-logo-alt…
Browse files Browse the repository at this point in the history
…-static

Changed newsroom logo alt tag to 'Logo Image' (#4280)
  • Loading branch information
zenmonkeykstop authored Nov 11, 2019
2 parents 84fc49f + a9f8b9a commit 380166c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion securedrop/source_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% block header %}
<div id="header">
<a href="{% if 'logged_in' in session %}{{ url_for('main.lookup') }}{% else %}{{ url_for('main.index') }}{% endif %}" class="no-bottom-border">
<img src="{{ url_for('main.select_logo') }}" class="logo small" alt="SecureDrop" width="250">
<img src="{{ url_for('main.select_logo') }}" class="logo small" alt="{{ gettext('Logo Image') }}" width="250">
</a>
{% include 'locales.html' %}
{% if use_custom_header_image %}
Expand Down
2 changes: 1 addition & 1 deletion securedrop/source_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
See _source_index.sass for a more full understanding. #}
<div class="index-wrap">
<div class="header">
<img src="{{ url_for('main.select_logo') }}" alt="SecureDrop" class="logo-image">
<img src="{{ url_for('main.select_logo') }}" alt="{{ gettext('Logo Image') }}" class="logo-image">
{% if use_custom_header_image %}
<div class="powered">
{{ gettext('Powered by') }}<br>
Expand Down

0 comments on commit 380166c

Please sign in to comment.