Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit cd51208

Browse files
committed
Antagonists
1 parent 5187df4 commit cd51208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgui/packages/tgui/interfaces/Orbit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const Orbit = (props, context) => {
165165
</Flex>
166166
</Section>
167167
{antagonists.length > 0 && (
168-
<Section title={is_admin ? "Antagonists (Admin view)" : "Ghost-Visible Antagonists"}>
168+
<Section title={is_admin ? "Antagonists" : "Ghost-Visible Antagonists"}>
169169
{sortedAntagonists.map(([name, antags]) => (
170170
<BasicSection
171171
key={name}

0 commit comments

Comments
 (0)