Skip to content

Commit

Permalink
Rename auto observe tooltip to full observe; I don't know why TG name…
Browse files Browse the repository at this point in the history
…d it that.
  • Loading branch information
Drulikar committed May 17, 2024
1 parent 8e47e5d commit a8ee006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Orbit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const ObservableSearch = (props: {
color={auto_observe ? 'good' : 'transparent'}
icon={auto_observe ? 'toggle-on' : 'toggle-off'}
onClick={() => act('toggle_auto_observe')}
tooltip={multiline`Toggle Auto-Observe. When active, you'll
tooltip={multiline`Toggle Full Observe. When active, you'll
see the UI / full inventory of whoever you're orbiting. Neat!`}
tooltipPosition="bottom-start"
/>
Expand Down

0 comments on commit a8ee006

Please sign in to comment.