Use translated country names for company on PDF
This commit is contained in:
parent
e9b21af5b0
commit
0c1ed84080
|
|
@ -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…
Reference in New Issue