diff --git a/common/constants.js b/common/constants.js
index ce25c3a98844ed6fd872ad6be2a86f08d4bc8e4f..2deb29b253716abf1597f47982ba101cac6b5fb2 100644
--- a/common/constants.js
+++ b/common/constants.js
@@ -146,6 +146,8 @@ If you do not accept the Terms & Conditions you are not permitted to access or u
     CONFIGURE_LAYER: 'Configure layer',
 
     REMOVE_FRONTAL_OCTANT_HELPER_TEXT: `Hide the octant facing the user, and overlaying the slice views.`,
+
+    AUXMESH_DESC: `Some templates contains auxiliary meshes. They compliment the appearance of the template in perspective view.`,
   }
 
   exports.QUICKTOUR_DESC ={
diff --git a/src/atlasComponents/sapi/translateV3.ts b/src/atlasComponents/sapi/translateV3.ts
index 4abda4e69f64cc3476ea7f77a562bc19d6c3f709..a2c258e340e5f5527492042986100ba331265f09 100644
--- a/src/atlasComponents/sapi/translateV3.ts
+++ b/src/atlasComponents/sapi/translateV3.ts
@@ -385,7 +385,7 @@ class TranslateV3 {
         transform,
         auxMeshes: [{
           labelIndicies: [Number(splitPrecompMeshVol[1])],
-          name: "auxmesh"
+          name: "Auxiliary mesh"
         }]
       })
     }
diff --git a/src/viewerModule/nehuba/viewerCtrl/viewerCtrlCmp/viewerCtrlCmp.template.html b/src/viewerModule/nehuba/viewerCtrl/viewerCtrlCmp/viewerCtrlCmp.template.html
index e723b4cd9d7a4d84dd430f0987f8b9f76560fcc4..3145dbb6413f40d4db827001dd59f887c346d09d 100644
--- a/src/viewerModule/nehuba/viewerCtrl/viewerCtrlCmp/viewerCtrlCmp.template.html
+++ b/src/viewerModule/nehuba/viewerCtrl/viewerCtrlCmp/viewerCtrlCmp.template.html
@@ -17,7 +17,10 @@
     <mat-divider class="mt-1 mb-1"></mat-divider>
 
     <h3 class="text mat-h3">
-      Toggle auxiliary meshes
+      <span>
+        Toggle auxiliary meshes
+      </span>
+      <i [matTooltip]="CONST.AUXMESH_DESC" class="fas fa-question"></i>
     </h3>
     
     <form [formGroup]="auxMeshFormGroup">