diff --git a/app/javascript/components/Appbar/AppbarTabs.tsx b/app/javascript/components/Appbar/AppbarTabs.tsx index a12188b..5e8f0cc 100644 --- a/app/javascript/components/Appbar/AppbarTabs.tsx +++ b/app/javascript/components/Appbar/AppbarTabs.tsx @@ -42,7 +42,7 @@ export const AppbarTabs = () => { }, { icon: , - tabel: 'Edição', + tabel: 'Questões', pathname: QuestionRoutePaths.index, isCurrent: location.pathname.includes('question'), }]