From c1ddda3e8fe73a34c4cec0104b03a8f34176f99f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 2 Feb 2015 23:09:53 -0800 Subject: [PATCH] try removing "loading topic..." vs spinner --- app/assets/javascripts/discourse/templates/header.hbs | 2 -- config/locales/client.en.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/header.hbs b/app/assets/javascripts/discourse/templates/header.hbs index 85056267fb5..7eec139b080 100644 --- a/app/assets/javascripts/discourse/templates/header.hbs +++ b/app/assets/javascripts/discourse/templates/header.hbs @@ -107,8 +107,6 @@ {{else}} {{#if topic.errorLoading}} {{topic.errorTitle}} - {{else}} - {{i18n 'topic.loading'}} {{/if}} {{/if}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index ceca7799e20..8876766b179 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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!"