Skip to content

Commit 1271cd9

Browse files
committed
fix: correct page title for external squads component
1 parent 8ccc37d commit 1271cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/dashboard/external-squads/components/external-squads.page.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const ExternalSquadsPageComponent = (props: Props) => {
1616
const { externalSquads } = props
1717

1818
return (
19-
<Page title={t('constants.internal-squads')}>
19+
<Page title={t('constants.external-squads')}>
2020
<PageHeaderShared
2121
actions={<ExternalSquadsHeaderActionButtonsFeature />}
2222
icon={<TbWebhook size={24} />}

0 commit comments

Comments
 (0)