Commit 46b292f50d3eac04a16292e78aad72a2f72fbbe1

Authored by alex
1 parent 91cf0cd7

123

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