Issue #0001805:
This commit is contained in:
parent
b900da88db
commit
32479c5d0b
@ -109,7 +109,7 @@ class IdentiteEntreprise
|
||||
|
||||
public function getCapitalisationLabel()
|
||||
{
|
||||
return 'Capitalisation';
|
||||
return 'Capitalisation boursière';
|
||||
}
|
||||
public function getCapitalisationTexte()
|
||||
{
|
||||
@ -424,7 +424,7 @@ class IdentiteEntreprise
|
||||
|
||||
public function getRaisonSocialeLabel()
|
||||
{
|
||||
return 'Raison Sociale';
|
||||
return 'Dénomination Sociale';
|
||||
}
|
||||
public function getRaisonSocialeTexte()
|
||||
{
|
||||
@ -938,9 +938,9 @@ class IdentiteEntreprise
|
||||
|
||||
public function getCapitalLabel()
|
||||
{
|
||||
$lib = 'Capital';
|
||||
$lib = 'Capital social';
|
||||
if ($this->identite->CapitalType == 'V') {
|
||||
$lib .= ' variable';
|
||||
$lib = 'Capital variable';
|
||||
}
|
||||
return $lib;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user