Skip to content

Commit

Permalink
fixed typo (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 authored Nov 22, 2023
1 parent 036298e commit 84bfa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/namex/VERSION.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.43'
__version__ = '1.1.44'

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="mt-2"><span class="section-title-gray">Conditions/Comments:</span>
<div>{{ choice.decision_text }}.</div>
{% if consentFlag == 'Y' %}
<span class="section-data">Consent letters will be processed within two business day of receipt.</span>
<span class="section-data">Consent letters will be processed within two business days of receipt.</span>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 84bfa56

Please sign in to comment.