| @@ -741,9 +741,8 @@ | ||
| 741 | 741 | 'actionGet' => \ThinkRank\Admin\Seo_Quick_Edit_Ajax::get_ajax_action_get(), |
| 742 | 742 | 'actionSave' => \ThinkRank\Admin\Seo_Quick_Edit_Ajax::get_ajax_action_save(), |
| 743 | 743 | 'titleMax' => 60, |
| 744 | 744 | 'descriptionMax' => 160, |
| 745 | - 'keywordLimit' => \ThinkRank\SEO\Focus_Keywords::limit(), | |
| 746 | 745 | 'i18n' => [ |
| 747 | 746 | 'modalTitle' => __('Quick Edit SEO', 'thinkrank'), |
| 748 | 747 | 'seoTitle' => __('SEO Title', 'thinkrank'), |
| 749 | 748 | 'seoTitleHelp' => __('Keep it under 60 characters for best results.', 'thinkrank'), |
| @@ -749,10 +748,9 @@ | ||
| 749 | 748 | 'seoTitleHelp' => __('Keep it under 60 characters for best results.', 'thinkrank'), |
| 750 | 749 | 'metaDescription' => __('Meta Description', 'thinkrank'), |
| 751 | 750 | 'metaDescriptionHelp' => __('Keep it under 160 characters for best results.', 'thinkrank'), |
| 752 | 751 | 'focusKeywords' => __('Focus Keywords', 'thinkrank'), |
| 753 | - /* translators: %d: maximum number of focus keywords */ | |
| 754 | - 'focusKeywordsHelp' => __('Separate keywords with commas. Up to %d keywords.', 'thinkrank'), | |
| 752 | + 'focusKeywordsHelp' => __('Separate keywords with commas. The first keyword is primary.', 'thinkrank'), | |
| 755 | 753 | 'inheritedHint' => __('Leave empty to inherit from your Global SEO pattern.', 'thinkrank'), |
| 756 | 754 | 'save' => __('Save', 'thinkrank'), |
| 757 | 755 | 'saving' => __('Saving…', 'thinkrank'), |
| 758 | 756 | 'cancel' => __('Cancel', 'thinkrank'), |