Skip to content

Commit

Permalink
Update code/modules/jobs/job_types/_job.dm
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
larentoun and dj-34 committed Jul 12, 2024
1 parent 3fee765 commit c98d219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/_job.dm
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
if(related_policy)
info += related_policy
if(supervisors)
info += "Вы отвечаете непосредственно перед: [supervisors]. Особые обстоятельства могут изменить это."
info += "Вы отвечаете непосредственно перед [supervisors]. Особые обстоятельства могут изменить это."
if(radio_info)
info += radio_info
if(req_admin_notify)
Expand Down

0 comments on commit c98d219

Please sign in to comment.