Skip to content

Commit d7cfcb0

Browse files
authored
a
1 parent da0ecc4 commit d7cfcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/dashboard/DashboardContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default () => {
4949
}, [error]);
5050

5151
return (
52-
<PageContentBlock title={'Dashboard'} showFlashKey={'dashboard'}>
52+
<PageContentBlock title={'Painel'} showFlashKey={'dashboard'}>
5353
{rootAdmin && (
5454
<div css={tw`mb-2 flex justify-end items-center`}>
5555
<p css={tw`uppercase text-xs text-neutral-400 mr-2`}>

0 commit comments

Comments
 (0)