Browse Source

translation

packProduct
Charly 3 years ago
parent
commit
7f29f4b438
3 changed files with 4 additions and 3 deletions
  1. +1
    -0
      Controller/User/UserMerchantAdminController.php
  2. +1
    -1
      Resources/assets/app/admin/switchmerchant/switchmerchant_admin.scss
  3. +2
    -2
      Resources/translations/admin.fr.yaml

+ 1
- 0
Controller/User/UserMerchantAdminController.php View File

use Lc\CaracoleBundle\Form\User\UserMerchantFormType; use Lc\CaracoleBundle\Form\User\UserMerchantFormType;
use Lc\CaracoleBundle\Model\Credit\CreditHistoryInterface; use Lc\CaracoleBundle\Model\Credit\CreditHistoryInterface;
use Lc\SovBundle\Controller\AbstractAdminController; use Lc\SovBundle\Controller\AbstractAdminController;
use Lc\SovBundle\Field\BooleanField;
use Lc\SovBundle\Field\ToggleField; use Lc\SovBundle\Field\ToggleField;
use Lc\SovBundle\Model\User\UserInterface; use Lc\SovBundle\Model\User\UserInterface;
use Lc\SovBundle\Translation\TranslatorAdmin; use Lc\SovBundle\Translation\TranslatorAdmin;

+ 1
- 1
Resources/assets/app/admin/switchmerchant/switchmerchant_admin.scss View File



.fa { .fa {
position: relative; position: relative;
top: -4px;
top: 3px;
right: 7px; right: 7px;
} }



+ 2
- 2
Resources/translations/admin.fr.yaml View File

menu: menu:
pointsale: Points de vente pointsale: Points de vente
setting: Paramètres setting: Paramètres
setting_merchant: Marchand
setting_section: Section
setting_merchant: Marchands
setting_section: Sections
section_openings: Ouvertures section_openings: Ouvertures
admin: Administration admin: Administration
admin_merchant: Marchands admin_merchant: Marchands

Loading…
Cancel
Save