Hi,
Please open file root_foldertemplatesja_appoliotplsblocksoff-canvas.php and look for this code:
<button class="btn btn-primary off-canvas-toggle" type="button" data-nav="#t3-off-canvas" data-pos="right" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<i class="fa fa-bars"></i>
</button>
then add attribute title as follows:
<button class="btn btn-primary off-canvas-toggle" type="button" data-nav="#t3-off-canvas" data-pos="right" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>" title="Your custom title">
<i class="fa fa-bars"></i>
</button>
Save your file and check again.