| @@ -61,9 +61,9 @@ | ||
| 61 | 61 | 'name' => __( 'Title separator', 'userswp' ), |
| 62 | 62 | 'type' => 'radio', |
| 63 | 63 | 'default' => self::get_default_sep(), |
| 64 | 64 | 'class' => 'uwp-seo-meta-separator', |
| 65 | - 'desc' => __('Choose the symbol to use as your title separator. This will display, for instance, between your user profile title and site name. Symbols are shown in the size they will appear in the search results.', 'userswp'), | |
| 65 | + 'desc' => __('Choose the symbol to use as your title separator. This will display, for instance, between your user profile title and site name. Symbols are shown in the size they will appear in the search results.', 'uwp-groups'), | |
| 66 | 66 | 'desc_tip' => true, |
| 67 | 67 | 'advanced' => true, |
| 68 | 68 | 'placeholder' => '', |
| 69 | 69 | 'options' => array( |
| @@ -82,9 +82,9 @@ | ||
| 82 | 82 | 'name' => __( 'Meta Title', 'userswp' ), |
| 83 | 83 | 'type' => 'text', |
| 84 | 84 | 'default' => '', |
| 85 | 85 | 'class' => 'large-text', |
| 86 | - 'desc' => __('Available SEO tags:', 'userswp') . ' '.self::get_seo_tags(true), | |
| 86 | + 'desc' => __('Available SEO tags:', 'uwp-groups') . ' '.self::get_seo_tags(true), | |
| 87 | 87 | 'desc_tip' => false, |
| 88 | 88 | 'advanced' => true, |
| 89 | 89 | 'placeholder' => $this->get_default_meta_title(), |
| 90 | 90 | ); |
| @@ -97,9 +97,9 @@ | ||
| 97 | 97 | 'desc' => __( 'Enter the meta description to use for the page.', 'userswp' ), |
| 98 | 98 | 'desc_tip' => true, |
| 99 | 99 | 'advanced' => true, |
| 100 | 100 | 'placeholder' => $this->get_default_meta_description(), |
| 101 | - 'custom_desc' => __('Available SEO tags:', 'userswp') . ' '.self::get_seo_tags(true), | |
| 101 | + 'custom_desc' => __('Available SEO tags:', 'uwp-groups') . ' '.self::get_seo_tags(true), | |
| 102 | 102 | ); |
| 103 | 103 | |
| 104 | 104 | $settings[] = array( |
| 105 | 105 | 'id' => 'profile_seo_meta_description_length', |