Skip to content

Commit

Permalink
Title Case (#16585)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyGemmy committed Jun 29, 2023
1 parent 519613d commit 75a9b93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions html/changelogs/sleepygemmy-title_case.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: SleepyGemmy

delete-after: True

changes:
- spellcheck: "Changes \"Follow mob\" to \"Follow Mob\" in the crew manifest observer-specific follow button."
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/common/Manifest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Manifest = (props, context) => {
</TableCell>
{allow_follow ? (
<TableCell textAlign="right">
<Tooltip content="Follow mob">
<Tooltip content="Follow Mob">
<Button
content="F"
onClick={() =>
Expand Down

0 comments on commit 75a9b93

Please sign in to comment.