Skip to content

Commit

Permalink
Merge pull request #904 from PlanoramaEvents/fix-typo
Browse files Browse the repository at this point in the history
Fix mis-spelling of coming
  • Loading branch information
balen authored Nov 28, 2023
2 parents 9b06cac + 6f94dff commit d85dcbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/javascript/profile/person_demographics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<div class="w-50 mr-2">
<h5>Demographics <edit-button v-b-modal.person-demo-modal v-if="canEditInfo && !readOnly"></edit-button></h5>
<dl-person :fields="demoFields" v-if="showDemoAndCommunity"></dl-person>
<div v-else>Comming Soon</div>
<div v-else>Coming Soon</div>
</div>
<div class="w-50">
<h5>Community memberships <edit-button v-b-modal.person-community-modal v-if="canEditInfo && !readOnly"></edit-button></h5>
<dl-person :fields="communityFields" v-if="showDemoAndCommunity"></dl-person>
<div v-else>Comming Soon</div>
<div v-else>Coming Soon</div>
</div>
</div>
<person-edit-modal id="person-demo-modal" :person="selected" :data="demoData" :validate="true">
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/profile/person_details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<template #can_stream-val>{{can_stream_label}}</template>
<template #can_record-val>{{can_record_label}}</template>
</dl-person>
<div v-else>Comming Soon</div>
<div v-else>Coming Soon</div>
</div>
<div class="d-flex flex-column w-50 p-2">
<div v-if="eventVirtual && readOnly">
Expand Down

0 comments on commit d85dcbf

Please sign in to comment.