From 7849b8ec7c10775459127b349c17c51867f4ba15 Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:25:28 +0300 Subject: [PATCH] crew manifest verb --- tgui/packages/tgui/interfaces/CrewManifest.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tgui/packages/tgui/interfaces/CrewManifest.jsx b/tgui/packages/tgui/interfaces/CrewManifest.jsx index 4039eb8fc3a2fb..6aa8e5f84d07e6 100644 --- a/tgui/packages/tgui/interfaces/CrewManifest.jsx +++ b/tgui/packages/tgui/interfaces/CrewManifest.jsx @@ -2,6 +2,7 @@ import { Icon, Section, Table, Tooltip } from 'tgui-core/components'; import { classes } from 'tgui-core/react'; import { useBackend } from '../backend'; +import { DEPARTMENTS_RU } from '../bandastation/ru_jobs'; import { Window } from '../layouts'; const commandJobs = [ @@ -26,9 +27,9 @@ export const CrewManifest = (props) => { className={'CrewManifest--' + dept} key={dept} title={ - dept + + (DEPARTMENTS_RU[dept] || dept) + (dept !== 'Misc' - ? ` (${positions[dept].open} positions open)` + ? ` (позиций открыто: ${positions[dept].open})` : '') } >