Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions

View File

@ -104,7 +104,7 @@ class Invoice {
$this->printer->SetProtection(['print']);
$this->printer->SetTitle(__('Invoice', 'wp-ultimo'));
$this->printer->SetTitle(__('Invoice', 'wp-multisite-waas'));
$this->printer->SetAuthor($this->company_name);
@ -251,7 +251,7 @@ class Invoice {
'use_custom_logo' => false,
'custom_logo' => false,
'footer_message' => '',
'paid_tag_text' => __('Paid', 'wp-ultimo'),
'paid_tag_text' => __('Paid', 'wp-multisite-waas'),
]
);