Skip to content

Commit

Permalink
Merge pull request #749 from euphorie/fix-18n-labels
Browse files Browse the repository at this point in the history
Remove empty class attribute and fix the i18n labels
  • Loading branch information
ale-rt committed Jun 25, 2024
2 parents 025c64e + 90bea21 commit 03c6d18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
16.2.1 (unreleased)
-------------------

- Nothing changed yet.
- Fix the i18n labels
[ale-rt]


16.2.0 (2024-06-12)
Expand Down
8 changes: 2 additions & 6 deletions src/euphorie/client/browser/templates/report_landing.pt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
tal:condition="python:'report_compact' in reports"
>
<div class="download-block-header">
<h2 class=""
i18n:translate="label_report"
>Compact</h2>
<h2 i18n:translate="label_compact">Compact</h2>
<a class="default pat-button download rtf icon-download piwik_download"
href="${context/absolute_url}/@@oira-report-short.docx"
>
Expand All @@ -67,9 +65,7 @@
tal:condition="python:'report_full' in reports"
>
<div class="download-block-header">
<h2 class=""
i18n:translate="label_report"
>Full Report</h2>
<h2 i18n:translate="label_full_report">Full Report</h2>
<a class="default pat-button download rtf icon-download piwik_download"
href="${context/absolute_url}/@@oira-report.docx"
>
Expand Down

0 comments on commit 03c6d18

Please sign in to comment.