summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--client/components/settings/informationBody.jade2
-rw-r--r--i18n/en.i18n.json1
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 014b141f..2791d3f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# Upcoming Wekan release
+
+- In tranlations, only show name "Wekan" in Admin Panel Wekan version.
+ Elsewhere use general descriptions for whitelabeling.
+
+Thanks to GitHub user xet7 for contributions.
+
# v1.92 2018-12-16 Wekan release
This release fixes the following bugs:
diff --git a/client/components/settings/informationBody.jade b/client/components/settings/informationBody.jade
index 53907513..feb7c0dc 100644
--- a/client/components/settings/informationBody.jade
+++ b/client/components/settings/informationBody.jade
@@ -17,7 +17,7 @@ template(name='statistics')
table
tbody
tr
- th {{_ 'Wekan_version'}}
+ th Wekan {{_ 'info'}}
td {{statistics.version}}
tr
th {{_ 'Node_version'}}
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index c000fbf3..0c3cc465 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -469,7 +469,6 @@
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
"new-outgoing-webhook": "New Outgoing Webhook",
"no-name": "(Unknown)",
- "Wekan_version": "Wekan version",
"Node_version": "Node version",
"OS_Arch": "OS Arch",
"OS_Cpus": "OS CPU Count",