diff --git a/e107_themes/landingzero/theme_shortcodes.php b/e107_themes/landingzero/theme_shortcodes.php index 29f28209a..84edf82e8 100644 --- a/e107_themes/landingzero/theme_shortcodes.php +++ b/e107_themes/landingzero/theme_shortcodes.php @@ -164,10 +164,10 @@ class theme_shortcodes extends e_shortcode $frm = e107::getForm(); $text = $frm->open('lz-subscribe','post', e_SIGNUP); $text .= "
"; - $text .= $frm->text('email','', null, array('placeholder'=>"Tell us your email", 'size'=>'xxlarge')); + $text .= $frm->text('email','', null, array('placeholder'=>LAN_LZ_THEME_15, 'size'=>'xxlarge')); $text .= "
"; $text .= "
"; - $text .= " ".$frm->button('subscribe', 1, 'submit', "Subscribe for updates", array('class'=>'btn-primary')); + $text .= " ".$frm->button('subscribe', 1, 'submit', LAN_LZ_THEME_16, array('class'=>'btn-primary')); $text .= "
"; $text .= $frm->close();