Skip to content

Commit 8cddcef

Browse files
authored
Fix typo/duplicate translation key in colophon (senaite#2070)
* Fix typo/duplicate translation key in colophon * Add changelog entry
1 parent 1c23755 commit 8cddcef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55
2.3.0 (unreleased)
66
------------------
77

8+
- #2070 Fix typo/duplicate translation key in colophon
89
- #2067 Replace ParentAnalysisRequest ReferenceField by UIDReferenceField
910
- #2066 Fix samples w/o active analyses are displayed under "unassigned" filter
1011
- #2065 Fix "Create Worksheet" modal visible for samples w/o unassigned analyses

src/senaite/core/browser/viewlets/templates/colophon.pt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<div class="text-center text-muted">
99
<ul class="list-inline">
10-
<li i18n:translate="label_powered_by">
11-
<span i18n:translate="labwl_powered_by">SENAITE is powered by</span>
10+
<li>
11+
<span i18n:translate="label_powered_by">SENAITE is powered by</span>
1212
<a href="http://plone.org"
1313
title="This site was built using the Plone Open Source CMS/WCM."
1414
i18n:attributes="title title_built_with_plone;"

0 commit comments

Comments
 (0)