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 | 11 | <div class="container"> |
12 | 12 | <div class="row"> |
13 | 13 | <div class="col-xs-12"> |
14 | - <div class="title-blocks title-support">Підтримати</div> | |
14 | + <div class="title-blocks title-support">Придбати заздалегіть</div> | |
15 | 15 | </div> |
16 | 16 | </div> |
17 | 17 | <div class="row"> |
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | <?=$form->field($model, 'book_id')->hiddenInput()->label(false);?> |
37 | 37 | <?=$form->field($model, 'status')->hiddenInput()->label(false);?> |
38 | 38 | <div class="button-wr"> |
39 | - <?=Html::submitButton('Продовжити')?> | |
39 | + <?=Html::submitButton('Придбати')?> | |
40 | 40 | </div> |
41 | 41 | <?php ActiveForm::end()?> |
42 | 42 | </div> | ... | ... |