From 42263ac969a756f98f75ec5b847d3a2f84b9d702 Mon Sep 17 00:00:00 2001 From: Kane York Date: Fri, 11 Sep 2015 09:46:54 -0700 Subject: [PATCH] use translations (doh) --- .../discourse/templates/modal/reorder-categories.hbs | 4 ++-- config/locales/client.en.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/modal/reorder-categories.hbs b/app/assets/javascripts/discourse/templates/modal/reorder-categories.hbs index b9ae576799b..64c36b959d6 100644 --- a/app/assets/javascripts/discourse/templates/modal/reorder-categories.hbs +++ b/app/assets/javascripts/discourse/templates/modal/reorder-categories.hbs @@ -2,8 +2,8 @@
- - + + {{#each categoriesOrdered as |cat|}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index e3576d80358..8bf64d56cb3 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -375,6 +375,7 @@ en: fix_order_tooltip: "Not all categories have a unique position number, which may cause unexpected results." save: "Save Order" apply_all: "Apply" + position: "Position" posts: "Posts" topics: "Topics" latest: "Latest"
PositionCategory{{i18n "categories.reorder.position"}}{{i18n "categories.category"}}