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}}
{{#if topic.errorLoading}}
<span class="error">{{topic.errorTitle}}</span>
{{else}}
<span class="loading">{{i18n 'topic.loading'}}</span>
{{/if}}
{{/if}}
</h1>

View File

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