Skip to content

Commit

Permalink
Se corrigió error en formulario de configuración
Browse files Browse the repository at this point in the history
  • Loading branch information
jogianotti committed Mar 14, 2018
1 parent b02a1ee commit 02debac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Celsius3/CoreBundle/Helper/ConfigurationHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ class ConfigurationHelper
'hidden' => HiddenType::class,
);
public $languages = array(
'es' => 'Spanish',
'en' => 'English',
'pt' => 'Portuguese',
'Spanish' => 'es',
'English' => 'en',
'Portuguese' => 'pt',
);
public $confirmation = array(
'admin' => 'Administrator confirmation',
'email' => 'Email confirmation',
'Administrator confirmation' => 'admin',
'Email confirmation' => 'email',
);
public $results = array(
'10' => '10',
Expand Down

0 comments on commit 02debac

Please sign in to comment.