Commit 9ec1d4bf6a3e079aa8a0f1ca4352cb62b77485be
1 parent
bf6f3d0d
support title + button - change name
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/support/index.php
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | <div class="container"> | 11 | <div class="container"> |
12 | <div class="row"> | 12 | <div class="row"> |
13 | <div class="col-xs-12"> | 13 | <div class="col-xs-12"> |
14 | - <div class="title-blocks title-support">Підтримати</div> | 14 | + <div class="title-blocks title-support">Придбати заздалегіть</div> |
15 | </div> | 15 | </div> |
16 | </div> | 16 | </div> |
17 | <div class="row"> | 17 | <div class="row"> |
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | <?=$form->field($model, 'book_id')->hiddenInput()->label(false);?> | 36 | <?=$form->field($model, 'book_id')->hiddenInput()->label(false);?> |
37 | <?=$form->field($model, 'status')->hiddenInput()->label(false);?> | 37 | <?=$form->field($model, 'status')->hiddenInput()->label(false);?> |
38 | <div class="button-wr"> | 38 | <div class="button-wr"> |
39 | - <?=Html::submitButton('Продовжити')?> | 39 | + <?=Html::submitButton('Придбати')?> |
40 | </div> | 40 | </div> |
41 | <?php ActiveForm::end()?> | 41 | <?php ActiveForm::end()?> |
42 | </div> | 42 | </div> |