Skip to content

Commit

Permalink
fixed template visibility labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Dec 9, 2024
1 parent 4537e2a commit cb88326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Dashboard/Templates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function TemplatesContent({
<Lock className="w-4 h-4" />
)}
<span className="text-xs">
{template.public ? 'Visible' : 'Private'}
{template.public ? 'Public' : 'Private'}
</span>
</div>
</TableCell>
Expand Down

0 comments on commit cb88326

Please sign in to comment.