Skip to content

Commit 1da81ed

Browse files
committed
improve: lower case 'team' in templates table
1 parent 9a58738 commit 1da81ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dashboard/templates/table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default function TemplatesTable({ templates }: TemplatesTableProps) {
146146
{header.id === 'public' ? (
147147
<HelpTooltip>
148148
Public templates can be used by all users to start
149-
Sandboxes, but can only be edited by your Team.
149+
Sandboxes, but can only be edited by your team.
150150
</HelpTooltip>
151151
) : null}
152152
<span className="truncate">

0 commit comments

Comments
 (0)