mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
Fix translations
This commit is contained in:
@ -203,7 +203,7 @@
|
||||
};
|
||||
function fillInfo(licenseInfo, serverInfo) {
|
||||
var elem = document.getElementById('build-type');
|
||||
elem.innerText = (licenseInfo.packageType == 0) ? 'Opensource' : ((licenseInfo.packageType == 1) ? 'Integration' : 'Developer');
|
||||
elem.innerText = (licenseInfo.packageType == 0) ? 'Open source' : ((licenseInfo.packageType == 1) ? 'Integration' : 'Developer');
|
||||
|
||||
elem = document.getElementById('build-date');
|
||||
var builddate = new Date(licenseInfo.buildDate);
|
||||
|
||||
Reference in New Issue
Block a user