| @@ -108,9 +108,9 @@ | ||
| 108 | 108 | |
| 109 | 109 | if ( !Utils::is_plugin_active( 'adminify-header-footer-scripts/adminify-header-footer-scripts.php' ) ) { |
| 110 | 110 | $frontend_custom_scripts[] = [ |
| 111 | 111 | 'type' => 'notice', |
| 112 | - 'title' => ' ', | |
| 112 | + 'title' => __(' ', 'adminify'), | |
| 113 | 113 | 'class' => 'adminify-missing-plugins adminify-one-col', |
| 114 | 114 | 'style' => 'warning', |
| 115 | 115 | 'content' => Utils::missing_plugin_notice('Custom Header & Footer'), |
| 116 | 116 | ]; |