mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04: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
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
|
|
@ -17,7 +17,7 @@ template(name='statistics')
|
|||
table
|
||||
tbody
|
||||
tr
|
||||
th {{_ 'Wekan_version'}}
|
||||
th Wekan {{_ 'info'}}
|
||||
td {{statistics.version}}
|
||||
tr
|
||||
th {{_ 'Node_version'}}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue