From dce517bd5367c5e86c9dba6b145fd800d00a0886 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 17 Jan 2016 20:41:01 +0100 Subject: [PATCH] fix error --- D&D_5e_Shaped/precompiled/pages/core.html | 2 +- D&D_5e_Shaped/precompiled/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/D&D_5e_Shaped/precompiled/pages/core.html b/D&D_5e_Shaped/precompiled/pages/core.html index 12f7caf6fe..d7e6be8e50 100644 --- a/D&D_5e_Shaped/precompiled/pages/core.html +++ b/D&D_5e_Shaped/precompiled/pages/core.html @@ -444,7 +444,7 @@ class="slide-toggle-custom-skills-right">✖ -
{{'SKILLS' | translate}}
+
{{'SKILLS_TITLE' | translate}}
diff --git a/D&D_5e_Shaped/precompiled/translations/en.json b/D&D_5e_Shaped/precompiled/translations/en.json index e69dcd9f54..fbf609d27a 100644 --- a/D&D_5e_Shaped/precompiled/translations/en.json +++ b/D&D_5e_Shaped/precompiled/translations/en.json @@ -230,7 +230,7 @@ "SHORT_REST": "Short Rest", "SHOW_ALL": "Show All", "SIZE": "Size", - "SKILLS": "Skills", + "SKILLS_TITLE": "Skills", "SKIN": "Skin", "SOURCE": "Source", "SPEED": "Speed",