Rename work items module to internal contour
This commit is contained in:
@@ -54,7 +54,7 @@ const getAllItemsGroupLabel = (isEpic: boolean): string => {
|
||||
: "en";
|
||||
|
||||
if (locale.startsWith("ru")) {
|
||||
return isEpic ? "Все эпики" : "Все рабочие элементы";
|
||||
return isEpic ? "Все эпики" : "Все внутренние контуры";
|
||||
}
|
||||
|
||||
return `All ${isEpic ? "Epics" : "work items"}`;
|
||||
|
||||
Reference in New Issue
Block a user