diff --git a/monstra/boot/actions.php b/monstra/boot/actions.php
index 7001d8b..f8d5ec7 100644
--- a/monstra/boot/actions.php
+++ b/monstra/boot/actions.php
@@ -3,5 +3,5 @@
/**
* Set meta generator
*/
- Action::add('theme_header', 'setMetaGenerator');
- function setMetaGenerator() { echo ''; }
\ No newline at end of file
+ Action::add('theme_meta', 'setMetaGenerator');
+ function setMetaGenerator() { echo ''; }