From 6a84dfe29ee2794692e33d7df6006062dd6c2a0b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 29 May 2019 12:34:54 +0200 Subject: [PATCH] Update card.php --- htdocs/compta/bank/various_payment/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/various_payment/card.php b/htdocs/compta/bank/various_payment/card.php index 5b4ae6c8b4a..476314f0851 100644 --- a/htdocs/compta/bank/various_payment/card.php +++ b/htdocs/compta/bank/various_payment/card.php @@ -327,7 +327,7 @@ if ($action == 'create') // Category if (is_array($options) && count($options)) { - print ''.$langs->trans("Rubrique").''; + print ''.$langs->trans("RubriquesTransactions").''; print Form::selectarray('category_transaction', $options, GETPOST('category_transaction'), 1); print ''; }