Sfoglia il codice sorgente

Points de vente : Crédit pain => Crédit

refactoring
parent
commit
f4c056df09
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      backend/views/point-sale/_form.php
  2. +1
    -1
      common/models/PointSale.php

+ 1
- 1
backend/views/point-sale/_form.php Vedi File

@@ -64,7 +64,7 @@ use common\models\Producer ;
echo $form->field($model, 'credit')
->checkbox()
->hint('Cochez cette case si le client peut régler ses commandes via son compte Crédit Pain pour ce point de vente.'
->hint('Cochez cette case si le client peut régler ses commandes via son compte <strong>Crédit</strong> pour ce point de vente.'
.$addHintCredit);
?>

+ 1
- 1
common/models/PointSale.php Vedi File

@@ -110,7 +110,7 @@ class PointSale extends ActiveRecordCommon
'infos_saturday' => 'Samedi',
'infos_sunday' => 'Dimanche',
'restricted_access' => 'Accès restreint',
'credit' => 'Activer le Crédit Pain',
'credit' => 'Activer le Crédit',
'delivery_monday' => 'Lundi',
'delivery_tuesday' => 'Mardi',
'delivery_wednesday' => 'Mercredi',

Loading…
Annulla
Salva