try removing "loading topic..." vs spinner
This commit is contained in:
parent
7e259375e9
commit
c1ddda3e8f
|
@ -107,8 +107,6 @@
|
|||
{{else}}
|
||||
{{#if topic.errorLoading}}
|
||||
<span class="error">{{topic.errorTitle}}</span>
|
||||
{{else}}
|
||||
<span class="loading">{{i18n 'topic.loading'}}</span>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</h1>
|
||||
|
|
|
@ -852,7 +852,6 @@ en:
|
|||
one: '1 unread topic'
|
||||
other: '{{count}} unread topics'
|
||||
title: 'Topic'
|
||||
loading: 'Loading topic...'
|
||||
invalid_access:
|
||||
title: "Topic is private"
|
||||
description: "Sorry, you don't have access to that topic!"
|
||||
|
|
Loading…
Reference in New Issue