Update tranlation text domain
This commit is contained in:
@ -64,7 +64,7 @@ class Legacy_Pricing_Table_Field_Template extends Base_Field_Template {
|
||||
*/
|
||||
public function get_title() {
|
||||
|
||||
return __('Legacy', 'wp-ultimo');
|
||||
return __('Legacy', 'wp-multisite-waas');
|
||||
}
|
||||
|
||||
/**
|
||||
@ -77,7 +77,7 @@ class Legacy_Pricing_Table_Field_Template extends Base_Field_Template {
|
||||
*/
|
||||
public function get_description() {
|
||||
|
||||
return __('Implementation of the layout that shipped with WP Ultimo < 1.10.X.', 'wp-ultimo');
|
||||
return __('Implementation of the layout that shipped with WP Ultimo < 1.10.X.', 'wp-multisite-waas');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -42,7 +42,7 @@ class List_Pricing_Table_Field_Template extends Base_Field_Template {
|
||||
*/
|
||||
public function get_title() {
|
||||
|
||||
return __('Simple List', 'wp-ultimo');
|
||||
return __('Simple List', 'wp-multisite-waas');
|
||||
}
|
||||
|
||||
/**
|
||||
@ -55,7 +55,7 @@ class List_Pricing_Table_Field_Template extends Base_Field_Template {
|
||||
*/
|
||||
public function get_description() {
|
||||
|
||||
return __('Simple stylized list with price, recurrence, and the plan description.', 'wp-ultimo');
|
||||
return __('Simple stylized list with price, recurrence, and the plan description.', 'wp-multisite-waas');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user