Compare View

switch
from
...
to
 
Commits (2)
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 }
... ...