Преглед изворни кода

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

refactoring
Guillaume Bourgeois пре 5 година
родитељ
комит
f4c056df09
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      backend/views/point-sale/_form.php
  2. +1
    -1
      common/models/PointSale.php

+ 1
- 1
backend/views/point-sale/_form.php Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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…
Откажи
Сачувај