From 78e88f4c427d942f643e3740e9f2216e6630915d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 16 Dec 2018 18:36:50 +0200 Subject: - Remove Wekan_version translation string. Thanks to xet7 ! --- CHANGELOG.md | 7 +++++++ client/components/settings/informationBody.jade | 2 +- i18n/en.i18n.json | 1 - 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", -- cgit v1.2.3-1-g7c22