diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php
index 0689672ba7c..f012ce3a571 100644
--- a/htdocs/adherents/card.php
+++ b/htdocs/adherents/card.php
@@ -1763,7 +1763,7 @@ else
/*
- * Hotbar
+ * Action bar
*/
print '
';
diff --git a/htdocs/core/lib/payments.lib.php b/htdocs/core/lib/payments.lib.php
index 66b39809b29..e7a9bd51034 100644
--- a/htdocs/core/lib/payments.lib.php
+++ b/htdocs/core/lib/payments.lib.php
@@ -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');