Skip to content

Commit

Permalink
overlow translate
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 11, 2024
1 parent 0e0a4e3 commit afc65e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/PreferencesMenu/JobsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ const JoblessRoleDropdown = (props) => {

const options = [
{
displayText: `Join as ${data.overflow_role} if unavailable`,
displayText: `Join as ${JOBS_RU[data.overflow_role] ? JOBS_RU[data.overflow_role] : data.overflow_role} if unavailable`,
value: JoblessRole.BeOverflow,
},
{
Expand Down

0 comments on commit afc65e9

Please sign in to comment.