We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a58738 commit 1da81edCopy full SHA for 1da81ed
src/features/dashboard/templates/table.tsx
@@ -146,7 +146,7 @@ export default function TemplatesTable({ templates }: TemplatesTableProps) {
146
{header.id === 'public' ? (
147
<HelpTooltip>
148
Public templates can be used by all users to start
149
- Sandboxes, but can only be edited by your Team.
+ Sandboxes, but can only be edited by your team.
150
</HelpTooltip>
151
) : null}
152
<span className="truncate">
0 commit comments