mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Hotfix for 2 url i18n tags. The Category wasn't prefixed.
This commit is contained in:
parent
8acc4d7071
commit
6e5cf30c29
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue