@@ -56,7 +56,7 @@ |
||
56 | 56 | add_action('wp_enqueue_scripts', NS . 'enqueueComponentScripts'); |
57 | 57 | // adds Component Previews button to admin bar on front-end when logged in |
58 | 58 | add_action('admin_bar_menu', function ($wpAdminBar) { |
59 | - $title = __('Component Previews', 'flynt-starter-theme'); |
|
59 | + $title = __('Component Previews', 'flynt-starter-theme'); |
|
60 | 60 | $wpAdminBar->add_node([ |
61 | 61 | 'id' => 'toggleComponentPreviews', |
62 | 62 | 'title' => $title, |