diff --git a/package/lean/autocore/files/x86/rpcd_10_system.js b/package/lean/autocore/files/x86/rpcd_10_system.js index 5260882ee3..1be9e1a682 100644 --- a/package/lean/autocore/files/x86/rpcd_10_system.js +++ b/package/lean/autocore/files/x86/rpcd_10_system.js @@ -74,7 +74,7 @@ return L.Class.extend({ _('Hostname'), boardinfo.hostname, _('Model'), boardinfo.model + cpubench.cpubench, _('CPU Info'), cpuinfo.cpuinfo, - _('Firmware Version'), (L.isObject(boardinfo.release) ? boardinfo.release.description : '') + ' / ' : '') + (luciversion || ''), + _('Firmware Version'), (L.isObject(boardinfo.release) ? boardinfo.release.description + ' / ' : '') + (luciversion || ''), _('Kernel Version'), boardinfo.kernel, _('Local Time'), datestr, _('Uptime'), systeminfo.uptime ? '%t'.format(systeminfo.uptime) : null,