From 6e5cf30c29fe85780161034c1a051f6e138f3470 Mon Sep 17 00:00:00 2001
From: GlenDC <decauwsemaecker.glen@gmail.com>
Date: Wed, 15 Jan 2014 14:49:17 +0100
Subject: [PATCH] Hotfix for 2 url i18n tags. The Category wasn't prefixed.

---
 app/templates/legal.jade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/templates/legal.jade b/app/templates/legal.jade
index 71d757503..410c856c6 100644
--- a/app/templates/legal.jade
+++ b/app/templates/legal.jade
@@ -12,13 +12,13 @@ block content
   p
     span(data-i18n="legal.opensource_description_prefix")
       | Check out 
-    a(href="https://github.com/codecombat/codecombat", data-i18n="github_url")
+    a(href="https://github.com/codecombat/codecombat", data-i18n="legal.github_url")
       | our GitHub
     span , 
     span(data-i18n="legal.opensource_description_center")
       | and help out if you like! CodeCombat is built on 
       | dozens of open source projects, and we love them. See 
-    a(href="https://github.com/codecombat/codecombat/wiki/Third-party-software-and-services", data-i18n="archmage_wiki_url")
+    a(href="https://github.com/codecombat/codecombat/wiki/Third-party-software-and-services", data-i18n="legal.archmage_wiki_url")
       | our Archmage wiki
     span  
     span(data-i18n="legal.opensource_description_suffix")