From 600570a8b4d30fd623b83ade50eb071adbb2724c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 8 Oct 2018 17:50:51 +0200 Subject: [PATCH] Update LTS status of LoopBack 2.x/3.x versions --- common/models/workspace.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/models/workspace.js b/common/models/workspace.js index a4139b76..2bf5d47d 100644 --- a/common/models/workspace.js +++ b/common/models/workspace.js @@ -62,8 +62,8 @@ module.exports = function(Workspace) { Workspace.getAvailableLBVersions = function(cb) { var availableLBVersions = { - '2.x': { description: g.f('long term support') }, - '3.x': { description: g.f('current') }, + '3.x': { description: g.f('Active Long Term Support') }, + '2.x': { description: g.f('Maintenance Long Term Support') }, }; cb(null, availableLBVersions); };