Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 0 additions & 85 deletions src/app/sentry-example-page/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/features/dashboard/templates/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function TemplatesTable({ templates }: TemplatesTableProps) {
{header.id === 'public' ? (
<HelpTooltip>
Public templates can be used by all users to start
Sandboxes, but can only be edited by your Team.
Sandboxes, but can only be edited by your team.
</HelpTooltip>
) : null}
<span className="truncate">
Expand Down