correctly display license user name

This commit is contained in:
Cat 2017-07-19 12:39:56 +02:00 committed by Thulinma
parent cbbb10e217
commit 266248a67e
2 changed files with 2 additions and 2 deletions

View file

@ -2080,7 +2080,7 @@ var UI = {
},{
type: 'span',
label: 'Licensed to',
value: ("license" in mist.data.config ? mist.data.config.license.name : ""),
value: ("license" in mist.data.config ? mist.data.config.license.user : ""),
LTSonly: true
},{
type: 'span',