| @@ -43,10 +43,10 @@ | ||
| 43 | 43 | |
| 44 | 44 | if ( has_action( 'hostinger_ai_assistant_tab_view' ) && current_user_can( 'edit_posts' ) ) { |
| 45 | 45 | add_submenu_page( |
| 46 | 46 | 'hostinger', |
| 47 | - __( 'AI assistant', 'hostinger' ), | |
| 48 | - __( 'AI assistant', 'hostinger' ), | |
| 47 | + __( 'AI Content Creator', 'hostinger' ), | |
| 48 | + __( 'AI Content Creator', 'hostinger' ), | |
| 49 | 49 | 'manage_options', |
| 50 | 50 | 'hostinger&#ai-assistant', |
| 51 | 51 | '__return_empty_string', |
| 52 | 52 | 4 |