remove "Loading more topics.." text
This commit is contained in:
parent
9564ecde76
commit
cd3461dde8
|
@ -83,7 +83,7 @@
|
|||
|
||||
<footer class='topic-list-bottom'>
|
||||
{{#if loadingMore}}
|
||||
<div class='topics-loading'>{{i18n topic.loading_more}}</div>
|
||||
<div class='topics-loading'></div>
|
||||
{{/if}}
|
||||
{{#if allLoaded}}
|
||||
{{#if showDismissRead}}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<footer class='topic-list-bottom'>
|
||||
{{#if loadingMore}}
|
||||
<div class='topics-loading'>{{i18n topic.loading_more}}</div>
|
||||
<div class='topics-loading'></div>
|
||||
{{/if}}
|
||||
{{#if allLoaded}}
|
||||
{{#if showDismissRead}}
|
||||
|
|
|
@ -818,7 +818,6 @@ en:
|
|||
one: '1 unread topic'
|
||||
other: '{{count}} unread topics'
|
||||
title: 'Topic'
|
||||
loading_more: "Loading more topics..."
|
||||
loading: 'Loading topic...'
|
||||
invalid_access:
|
||||
title: "Topic is private"
|
||||
|
|
Loading…
Reference in New Issue