mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
try removing "loading topic..." vs spinner
This commit is contained in:
parent
7e259375e9
commit
c1ddda3e8f
@ -107,8 +107,6 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
{{#if topic.errorLoading}}
|
{{#if topic.errorLoading}}
|
||||||
<span class="error">{{topic.errorTitle}}</span>
|
<span class="error">{{topic.errorTitle}}</span>
|
||||||
{{else}}
|
|
||||||
<span class="loading">{{i18n 'topic.loading'}}</span>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -852,7 +852,6 @@ en:
|
|||||||
one: '1 unread topic'
|
one: '1 unread topic'
|
||||||
other: '{{count}} unread topics'
|
other: '{{count}} unread topics'
|
||||||
title: 'Topic'
|
title: 'Topic'
|
||||||
loading: 'Loading topic...'
|
|
||||||
invalid_access:
|
invalid_access:
|
||||||
title: "Topic is private"
|
title: "Topic is private"
|
||||||
description: "Sorry, you don't have access to that topic!"
|
description: "Sorry, you don't have access to that topic!"
|
||||||
|
Loading…
Reference in New Issue
Block a user