Skip to content

Commit

Permalink
double check that mining vendors use cash cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoengi authored Dec 20, 2024
1 parent bcb2b49 commit 9ffbc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/MiningVendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const MiningVendor = (props, context) => {
<Box color="light-gray">
No registered cash card!
<br />
Please contact your local banking insitution!
Please contact your local bank!
</Box>
)}
</Section>
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Vending.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const Vending = (props, context) => {
<Box color="light-grey">
No registered cash card!
<br />
Please contact your local banking insitution!
Please contact your local bank!
</Box>
)}
</Section>
Expand Down

0 comments on commit 9ffbc27

Please sign in to comment.