try removing "loading topic..." vs spinner

This commit is contained in:
Jeff Atwood 2015-02-02 23:09:53 -08:00
parent 7e259375e9
commit c1ddda3e8f
2 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

@ -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!"