Commit 9477a86bb3281817658b7ef1b675510d1e8c9db1
1 parent
6cdfc694
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/config/main.php
... | ... | @@ -185,7 +185,8 @@ |
185 | 185 | 'buttonOptions' => [ |
186 | 186 | 'class' => 'btn btn-template-main', |
187 | 187 | ], |
188 | - 'buttonContent' => '<i class="fa fa-envelope-o"></i>Send Message', | |
188 | + #'buttonContent' => '<i class="fa fa-envelope-o"></i>Send Message', | |
189 | + 'buttonContent' => 'test 123 ', | |
189 | 190 | 'sendEmail' => false, |
190 | 191 | 'ajax' => true, |
191 | 192 | 'formId' => 'contact-form', | ... | ... |