We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce80472 commit bf69183Copy full SHA for bf69183
CHANGELOG.md
@@ -48,6 +48,7 @@
48
- Convert all uploaded images to JPEGs.
49
- Redirect after POST when creating reports. #4362
50
- Include status change line in report update emails using auto response templates.
51
+ - Don't display a translation banner in front of important UI elements on Android. #4153
52
53
* v5.0 (10th May 2023)
54
- Front end improvements:
templates/web/base/common_header_tags.html
@@ -80,5 +80,7 @@
80
<link rel="icon" href="/cobrands/[% c.cobrand.moniker %]/favicon.ico">
81
[% END %]
82
83
+<meta name="google" content="notranslate">
84
+
85
[% INCLUDE 'header_opengraph.html' %]
86
[% TRY %][% PROCESS 'header_extra.html' %][% CATCH file %][% END %]
0 commit comments