mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
- Remove Wekan_version translation string.
Thanks to xet7 !
This commit is contained in:
parent
db63af5f7a
commit
78e88f4c42
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
# v1.92 2018-12-16 Wekan release
|
||||||
|
|
||||||
This release fixes the following bugs:
|
This release fixes the following bugs:
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ template(name='statistics')
|
||||||
table
|
table
|
||||||
tbody
|
tbody
|
||||||
tr
|
tr
|
||||||
th {{_ 'Wekan_version'}}
|
th Wekan {{_ 'info'}}
|
||||||
td {{statistics.version}}
|
td {{statistics.version}}
|
||||||
tr
|
tr
|
||||||
th {{_ 'Node_version'}}
|
th {{_ 'Node_version'}}
|
||||||
|
|
|
||||||
|
|
@ -469,7 +469,6 @@
|
||||||
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
|
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
|
||||||
"new-outgoing-webhook": "New Outgoing Webhook",
|
"new-outgoing-webhook": "New Outgoing Webhook",
|
||||||
"no-name": "(Unknown)",
|
"no-name": "(Unknown)",
|
||||||
"Wekan_version": "Wekan version",
|
|
||||||
"Node_version": "Node version",
|
"Node_version": "Node version",
|
||||||
"OS_Arch": "OS Arch",
|
"OS_Arch": "OS Arch",
|
||||||
"OS_Cpus": "OS CPU Count",
|
"OS_Cpus": "OS CPU Count",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue