From 0041018c8bc419f15d4d6354a5e913a9e4348bc4 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 1 Sep 2025 23:35:17 +0200 Subject: [PATCH] Documentation: Adjust size in the menu (#673) --- tools/json/config.system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/json/config.system.json b/tools/json/config.system.json index 5e9b9988..e3efd6b7 100644 --- a/tools/json/config.system.json +++ b/tools/json/config.system.json @@ -537,7 +537,7 @@ { "id": "STD001", "description": "Distribution upgrade to latest stable / LTS", - "short": "Stable LTS Distribution Upgrade", + "short": "Stable Distro Upgrade", "about": "Release upgrade is irriversible operation which upgrades all packages. \n\nResoulted upgrade might break your build beyond repair!", "command": [ "release_upgrade stable" @@ -549,7 +549,7 @@ { "id": "UNS001", "description": "Distribution upgrade to rolling unstable", - "short": "Unstable Testing Distribution Upgrade", + "short": "Unstable Distro Upgrade", "about": "Release upgrade is irriversible operation which upgrades all packages. \n\nResoulted upgrade might break your build beyond repair!", "command": [ "release_upgrade rolling"