Rename work items module to internal contour

This commit is contained in:
DCCONSTRUCTIONS
2026-04-18 19:57:19 +03:00
parent 75ba36a318
commit 55a3b89d11
4 changed files with 9 additions and 9 deletions
@@ -54,7 +54,7 @@ const getAllItemsGroupLabel = (isEpic: boolean): string => {
: "en";
if (locale.startsWith("ru")) {
return isEpic ? "Все эпики" : "Все рабочие элементы";
return isEpic ? "Все эпики" : "Все внутренние контуры";
}
return `All ${isEpic ? "Epics" : "work items"}`;