From b8d586251cac91cc2d8c3a20e68dcd2974c3e243 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 22 Oct 2013 11:21:12 -0400 Subject: [PATCH] Use i18n for the word Cancel in admin/.../user.js.handlebars --- app/assets/javascripts/admin/templates/user.js.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/admin/templates/user.js.handlebars b/app/assets/javascripts/admin/templates/user.js.handlebars index 00275ef545a..807fb398e5c 100644 --- a/app/assets/javascripts/admin/templates/user.js.handlebars +++ b/app/assets/javascripts/admin/templates/user.js.handlebars @@ -39,7 +39,7 @@
{{#if editingTitle}} - Cancel + {{i18n cancel}} {{else}} {{/if}}