Skip to content

Commit

Permalink
Avoid displaying the translation banner (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkri authored and dracos committed Jul 8, 2024
1 parent 3a73c45 commit ecde96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- Convert all uploaded images to JPEGs.
- Redirect after POST when creating reports. #4362
- Include status change line in report update emails using auto response templates.
- Don't display a translation banner in front of important UI elements on Android. #4153

* v5.0 (10th May 2023)
- Front end improvements:
Expand Down
1 change: 1 addition & 0 deletions templates/web/base/common_header_tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
[% END %]

<meta name="format-detection" content="telephone=no">
<meta name="google" content="notranslate">

[% INCLUDE 'header_rss.html' %]

Expand Down

0 comments on commit ecde96b

Please sign in to comment.