Commit beed8215667ce92c51caf863db4387ef7fed29eb
1 parent
3913fc91
- translations
Showing
3 changed files
with
6 additions
and
3 deletions
Show diff stats
common/messages/ru/app.php
common/messages/ua/app.php
frontend/views/site/index.php
... | ... | @@ -31,7 +31,7 @@ _________________________________________________________ --> |
31 | 31 | <h1><?=$slide->title?></h1> |
32 | 32 | <p><?=$slide->description?></p> |
33 | 33 | <p style="margin-top:25px;"> </p> |
34 | - <p><a href="<?=$slide->link?>" class="btn btn-template-transparent-primary">Подробнее</a></p> | |
34 | + <p><a href="<?=$slide->link?>" class="btn btn-template-transparent-primary"><?=\Yii::t('app', 'More')?></a></p> | |
35 | 35 | </div> |
36 | 36 | <div class="col-sm-7 <?=($key % 2 != 0) ? 'text-center': ''?>"> |
37 | 37 | <a href="<?=$slide->link?>"><?=ImageHelper::set($slide->language->image->getPath()) | ... | ... |