Commit 5e94e7fec826cbb34d241ec6bdd1913b17401c2c
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/page/item.php
... | ... | @@ -383,7 +383,7 @@ |
383 | 383 | '<h2>'.$n['title'].'</h2>'. |
384 | 384 | '</a>'. |
385 | 385 | '<p>'.$this->common->shortenString( $n['abstract_info'], 230 ).'</p>'. |
386 | - '<a href="'.$this->seoUrl->setUrl($n['link']).'" title="'.$n['title'].'" class="news_more">Докладніше</a>'. | |
386 | + '<a href="'.$this->seoUrl->setUrl($n['link']).'" title="'.$n['title'].'" class="news_more">'.$t->_("more").'</a>'. | |
387 | 387 | '</div>'. |
388 | 388 | '</div>'; |
389 | 389 | } | ... | ... |