Hi,
Thanks to edit the view "checkout / step" and replace the line:
echo $this->cart->displayButton(JText::_('NEXT'),'next',$this->params,hikashop::completeLink('checkout&task=step&step='.$this->step+1),'document.forms[\'hikashop_checkout_form\'].submit(); return false;','id="hikashop_checkout_next_button"');
By:
echo $this->cart->displayButton(JText::_('CHECKOUT_BUTTON_FINISH'),'next',$this->params,hikashop::completeLink('checkout&task=step&step='.$this->step+1),'document.forms[\'hikashop_checkout_form\'].submit(); return false;','id="hikashop_checkout_next_button"');
Then add the following line in the language file via the menu Configuration > Languages:
CHECKOUT_BUTTON_FINISH="Finish"