Skip to content

Commit

Permalink
Update text in MHR Combo Search report. (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 authored Feb 24, 2023
1 parent dca3753 commit 67f4d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="section-title-centre mt-2">NIL RESULT</div>
<div class="section-statement mt-0">Exact Matches: 0</div>
<div class="separator-header mt-2"></div>
<div class="nil-message pt-6">This search for <span class="bold">MHR Number "{{ detail.mhrNumber }}"</span> returned a NIL result.</div>
<div class="nil-message pt-6">The Personal Property Registry search for <span class="bold">MHR Number "{{ detail.mhrNumber }}"</span> returned a NIL result.</div>
<div class="nil-message">0 registrations were found.</div>
<div class="nil-message pt-6">
No registered liens or encumbrances have been found on file that match to the search
Expand Down
2 changes: 1 addition & 1 deletion mhr_api/src/mhr_api/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
Development release segment: .devN
"""

__version__ = '1.2.6' # pylint: disable=invalid-name
__version__ = '1.2.7' # pylint: disable=invalid-name

0 comments on commit 67f4d0e

Please sign in to comment.