| @@ -102,9 +102,9 @@ | ||
| 102 | 102 | public function add_elementor_widget_categories($elements_manager){ |
| 103 | 103 | $elements_manager->add_category( |
| 104 | 104 | 'wpstream', |
| 105 | 105 | [ |
| 106 | - 'title' => __( 'WpStream Widgets', 'wpstream' ), | |
| 106 | + 'title' => __( 'WpStream Widgets', 'hello-wpstream' ), | |
| 107 | 107 | 'icon' => 'fa fa-home', |
| 108 | 108 | ] |
| 109 | 109 | ); |
| 110 | 110 | |