Translation

This commit is contained in:
Laurent Destailleur 2019-12-06 08:58:16 +01:00
parent 93d66d8213
commit cb497cb08e
2 changed files with 2 additions and 2 deletions

View File

@ -1763,7 +1763,7 @@ else
/*
* Hotbar
* Action bar
*/
print '<div class="tabsAction">';

View File

@ -134,7 +134,7 @@ function showOnlinePaymentUrl($type, $ref)
global $langs;
// Load translation files required by the page
$langs->loadLangs(array('payment', 'paybox'));
$langs->loadLangs(array('payment', 'stripe'));
$servicename = $langs->transnoentitiesnoconv('Online');