Skip to content

Commit

Permalink
translate it all
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 11, 2024
1 parent 3ef0df5 commit 2b77c9e
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 @@ -318,7 +318,7 @@ const JoblessRoleDropdown = (props) => {

const options = [
{
displayText: `Join as ${JOBS_RU[data.overflow_role] ? JOBS_RU[data.overflow_role] : data.overflow_role} if unavailable`,
displayText: `Присоединиться за ${JOBS_RU[data.overflow_role] ? JOBS_RU[data.overflow_role] : data.overflow_role} если не удалось войти`,
value: JoblessRole.BeOverflow,
},
{
Expand Down

0 comments on commit 2b77c9e

Please sign in to comment.