forked from trent_larson/crowd-funder-for-time-pwa
add periods "." at the end of the giver & receiver sentences
This commit is contained in:
@@ -113,8 +113,8 @@
|
||||
<label class="text-sm mt-1">
|
||||
{{
|
||||
giverDid
|
||||
? "This was provided by " + giverName
|
||||
: "No individual gave"
|
||||
? "This was provided by " + giverName + "."
|
||||
: "No individual gave."
|
||||
}}
|
||||
</label>
|
||||
<fa
|
||||
@@ -140,8 +140,8 @@
|
||||
<label class="text-sm mt-1">
|
||||
{{
|
||||
providerProjectId
|
||||
? "This was provided by " + providerProjectName
|
||||
: "This was not provided by a project"
|
||||
? "This was provided by " + providerProjectName + "."
|
||||
: "This was not provided by a project."
|
||||
}}
|
||||
</label>
|
||||
<fa
|
||||
@@ -174,8 +174,8 @@
|
||||
<label class="text-sm mt-1">
|
||||
{{
|
||||
recipientDid
|
||||
? "This was given to " + recipientName
|
||||
: "No individual benefitted"
|
||||
? "This was given to " + recipientName + "."
|
||||
: "No individual benefitted."
|
||||
}}
|
||||
</label>
|
||||
<fa
|
||||
@@ -201,8 +201,8 @@
|
||||
<label class="text-sm mt-1">
|
||||
{{
|
||||
fulfillsProjectId
|
||||
? "This was given to " + fulfillsProjectName
|
||||
: "No project benefitted"
|
||||
? "This was given to " + fulfillsProjectName + ". "
|
||||
: "No project benefitted."
|
||||
}}
|
||||
</label>
|
||||
<fa
|
||||
|
||||
Reference in New Issue
Block a user