app/views/tenon/comments/index.html.haml in tenon-1.1.4 vs app/views/tenon/comments/index.html.haml in tenon-1.1.5

- old
+ new

@@ -1,9 +1,9 @@ = render "sidebar_index" %header - %h1 Comments + %h1= t('tenon.comments.comments') .tools = render "tenon/shared/section_header/sidebar_toggle" .header-button @@ -14,6 +14,6 @@ = render "tenon/shared/section_header/quick_search", record_list: '#comments' .main-content %ul#comments.record-list.with-thumbnail{data: {records: {url: comments_path(format: 'json'), template: 'tenon/templates/comments/comment_row', name: 'comment'}}} - = link_to "Load More Comments", '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#comments' + = link_to t('tenon.comments.load_more'), '#', :class => 'btn btn-comp infinite-loader', 'data-record-list' => '#comments'