Skip to content

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
  • Loading branch information
ijadams committed Sep 24, 2020
1 parent 828d1b4 commit 2a4a341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<b-modal ref="unlink-entity" title="Unlink Entity" @ok="unlinkContact">
<div class="d-block text-center">
<p>Are you sure you want to unlink this Contact?</p>
<p>Are you sure you want to unlink this {{ this.selectedContact.name || 'contact' }}?</p>
</div>
</b-modal>

Expand Down
2 changes: 1 addition & 1 deletion src/templates/FacilityEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<b-modal ref="unlink-entity" title="Unlink Entity" @ok="unlinkEntity">
<div class="d-block text-center">
<p>Are you sure you want to unlink Facility?</p>
<p>Are you sure you want to unlink {{ this.selectedContactID || 'facility' }}?</p>
</div>
</b-modal>

Expand Down

0 comments on commit 2a4a341

Please sign in to comment.