Commit 91cf0cd7986e3f2edaafd28955b5b94cfaab96e7
1 parent
9477a86b
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/config/main.php
... | ... | @@ -186,7 +186,8 @@ |
186 | 186 | 'class' => 'btn btn-template-main', |
187 | 187 | ], |
188 | 188 | #'buttonContent' => '<i class="fa fa-envelope-o"></i>Send Message', |
189 | - 'buttonContent' => 'test 123 ', | |
189 | + #'buttonContent' => 'test 12', | |
190 | + 'buttonContent' => \Yii::t('app', 'Phone'), | |
190 | 191 | 'sendEmail' => false, |
191 | 192 | 'ajax' => true, |
192 | 193 | 'formId' => 'contact-form', | ... | ... |