Merge pull request #5628 from beganovich/v5-0605-translated-company-country
Use translated country names for company on PDF
This commit is contained in:
commit
a2ed09ab95
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ class HtmlEngine
|
|||
$country = Country::find($this->settings->country_id);
|
||||
|
||||
if ($country) {
|
||||
return $country->name;
|
||||
return ctrans('texts.country_' . $country->name);
|
||||
}
|
||||
|
||||
return ' ';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue