Skip to content

Commit

Permalink
Забыл стэйджед чейнджс сделать
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorak2024 committed Oct 14, 2024
1 parent 1505ebe commit c0ff22d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/interfaces/Uplink.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,10 @@ modalRegisterBodyOverride('become_contractor', (modal, context) => {
data.contractor.available_offers > 0 ? (
<i>[Left:{data.contractor.available_offers}]</i>
) : (
'Offer expired'
<i>[Offers are over]</i>
)
) : (
'Предложение истекло'
'Offer expired'
)
}
position="absolute"
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit c0ff22d

Please sign in to comment.