Updates for incorrect translation string for small_company_info

This commit is contained in:
David Bomba 2025-01-22 11:28:11 +11:00
parent ac044d30a0
commit 61363dd187
1 changed files with 1 additions and 1 deletions

View File

@ -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;