add periods "." at the end of the giver & receiver sentences

This commit is contained in:
2024-11-30 17:28:46 -07:00
parent 5b5fbe23a5
commit 8bd1a6668c

View File

@@ -113,8 +113,8 @@
<label class="text-sm mt-1"> <label class="text-sm mt-1">
{{ {{
giverDid giverDid
? "This was provided by " + giverName ? "This was provided by " + giverName + "."
: "No individual gave" : "No individual gave."
}} }}
</label> </label>
<fa <fa
@@ -140,8 +140,8 @@
<label class="text-sm mt-1"> <label class="text-sm mt-1">
{{ {{
providerProjectId providerProjectId
? "This was provided by " + providerProjectName ? "This was provided by " + providerProjectName + "."
: "This was not provided by a project" : "This was not provided by a project."
}} }}
</label> </label>
<fa <fa
@@ -174,8 +174,8 @@
<label class="text-sm mt-1"> <label class="text-sm mt-1">
{{ {{
recipientDid recipientDid
? "This was given to " + recipientName ? "This was given to " + recipientName + "."
: "No individual benefitted" : "No individual benefitted."
}} }}
</label> </label>
<fa <fa
@@ -201,8 +201,8 @@
<label class="text-sm mt-1"> <label class="text-sm mt-1">
{{ {{
fulfillsProjectId fulfillsProjectId
? "This was given to " + fulfillsProjectName ? "This was given to " + fulfillsProjectName + ". "
: "No project benefitted" : "No project benefitted."
}} }}
</label> </label>
<fa <fa