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

@ -55,7 +55,7 @@ class Signup_Field_Hidden extends Base_Signup_Field {
*/
public function get_title() {
return __('Hidden Field', 'wp-ultimo');
return __('Hidden Field', 'wp-multisite-waas');
}
/**
@ -68,7 +68,7 @@ class Signup_Field_Hidden extends Base_Signup_Field {
*/
public function get_description() {
return __('Adds a hidden field. This is useful when coupled with the "Fill from the Request" option, to load values from the URL, for example.', 'wp-ultimo');
return __('Adds a hidden field. This is useful when coupled with the "Fill from the Request" option, to load values from the URL, for example.', 'wp-multisite-waas');
}
/**
@ -81,7 +81,7 @@ class Signup_Field_Hidden extends Base_Signup_Field {
*/
public function get_tooltip() {
return __('Adds a hidden field. This is useful when coupled with the "Fill from the Request" option, to load values from the URL, for example.', 'wp-ultimo');
return __('Adds a hidden field. This is useful when coupled with the "Fill from the Request" option, to load values from the URL, for example.', 'wp-multisite-waas');
}
/**
@ -150,9 +150,9 @@ class Signup_Field_Hidden extends Base_Signup_Field {
'fixed_value' => [
'order' => 12,
'type' => 'text',
'title' => __('Pre-filled Value', 'wp-ultimo'),
'desc' => __('The field will be populated with this value. Can be overridden if the pre-fill from request option is enabled.', 'wp-ultimo'),
'placeholder' => __('e.g. blue', 'wp-ultimo'),
'title' => __('Pre-filled Value', 'wp-multisite-waas'),
'desc' => __('The field will be populated with this value. Can be overridden if the pre-fill from request option is enabled.', 'wp-multisite-waas'),
'placeholder' => __('e.g. blue', 'wp-multisite-waas'),
'tooltip' => '',
'value' => '',
],