Commit ae6f91d8b3f11f3eea5f02daa8a985cbd24846d8
1 parent
46b292f5
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/config/main.php
... | ... | @@ -185,8 +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', | |
189 | - 'buttonContent' => \Yii::t('app', 'Send message'), | |
188 | + 'buttonContent' => '<i class="fa fa-envelope-o"></i>Send Message', | |
189 | + 'buttonContent' => \Yii::t('app', 'Send Message'), | |
190 | 190 | 'sendEmail' => false, |
191 | 191 | 'ajax' => true, |
192 | 192 | 'formId' => 'contact-form', | ... | ... |