Updates for incorrect translation string for small_company_info
This commit is contained in:
parent
ac044d30a0
commit
61363dd187
|
|
@ -844,7 +844,7 @@ class HtmlEngine
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($this->entity->company->tax_data->regions->EU->has_sales_above_threshold) && !$this->entity->company->tax_data->regions->EU->has_sales_above_threshold) {
|
if (isset($this->entity->company->tax_data->regions->EU->has_sales_above_threshold) && !$this->entity->company->tax_data->regions->EU->has_sales_above_threshold) {
|
||||||
$tax_label .= ctrans('text.small_company_info') ."<br>";
|
$tax_label .= ctrans('texts.small_company_info') ."<br>";
|
||||||
}
|
}
|
||||||
|
|
||||||
return $tax_label;
|
return $tax_label;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue