Skip to content

Commit b077f7e

Browse files
authored
Fixed typo in sample view (senaite#1912)
* Fixed typo * Changelog updated
1 parent 6c5fa8a commit b077f7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
2.2.0 (unreleased)
55
------------------
66

7+
- #1912 Fixed typo in sample view
78
- #1909 Allow to navigate and select with arrow keys in dexterity reference widget
89
- #1908 Added searchable text querystring converter to catalog API
910
- #1907 Fix datetime field/widget shows current date and time if empty

src/bika/lims/browser/analysisrequest/templates/analysisrequest_view.pt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- Title -->
2020
<span class="documentFirstHeading" tal:content="context/id"></span>
2121
<!-- Hazardous icon -->
22-
<i class="hazardous-icon" title="Hazdardous" i18n:attributes="title"
22+
<i class="hazardous-icon" title="Hazardous" i18n:attributes="title"
2323
tal:condition="python:view.is_hazardous()">
2424
<svg tal:replace="structure senaite_theme/icon_data/hazardous" />
2525
</i>

0 commit comments

Comments
 (0)