Merge pull request #139 from dinukadesilva/patch-2

Fix the typo on reference portal share grading modal
diff --git a/src/lib/components/pages/TenantEntities.vue b/src/lib/components/pages/TenantEntities.vue
index 606c0c9..f0cc290 100644
--- a/src/lib/components/pages/TenantEntities.vue
+++ b/src/lib/components/pages/TenantEntities.vue
@@ -216,7 +216,7 @@
                                 </b-button>
                                 <modal-share-entity :entity-id="grading.entityId" :client-id="clientId"
                                                     :modal-id="`modal-assignment-share-${grading.entityId}`"
-                                                    title="Share the assignment"/>
+                                                    title="Share the grading"/>
                               </div>
                               <div v-if="hasPermission(grading, permissionTypeEditor)">
                                 <button-overlay :show="processingDelete[grading.entityId]">
@@ -927,4 +927,4 @@
 ul.prescription-recommendations-ul {
   /*padding: 0px;*/
 }
-</style>
\ No newline at end of file
+</style>