remove "Loading more topics.." text

This commit is contained in:
Jeff Atwood 2014-10-02 12:16:12 -07:00
parent 9564ecde76
commit cd3461dde8
3 changed files with 2 additions and 3 deletions

View File

@ -83,7 +83,7 @@
<footer class='topic-list-bottom'> <footer class='topic-list-bottom'>
{{#if loadingMore}} {{#if loadingMore}}
<div class='topics-loading'>{{i18n topic.loading_more}}</div> <div class='topics-loading'></div>
{{/if}} {{/if}}
{{#if allLoaded}} {{#if allLoaded}}
{{#if showDismissRead}} {{#if showDismissRead}}

View File

@ -25,7 +25,7 @@
<footer class='topic-list-bottom'> <footer class='topic-list-bottom'>
{{#if loadingMore}} {{#if loadingMore}}
<div class='topics-loading'>{{i18n topic.loading_more}}</div> <div class='topics-loading'></div>
{{/if}} {{/if}}
{{#if allLoaded}} {{#if allLoaded}}
{{#if showDismissRead}} {{#if showDismissRead}}

View File

@ -818,7 +818,6 @@ en:
one: '1 unread topic' one: '1 unread topic'
other: '{{count}} unread topics' other: '{{count}} unread topics'
title: 'Topic' title: 'Topic'
loading_more: "Loading more topics..."
loading: 'Loading topic...' loading: 'Loading topic...'
invalid_access: invalid_access:
title: "Topic is private" title: "Topic is private"