We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccc37d commit 1271cd9Copy full SHA for 1271cd9
src/pages/dashboard/external-squads/components/external-squads.page.component.tsx
@@ -16,7 +16,7 @@ export const ExternalSquadsPageComponent = (props: Props) => {
16
const { externalSquads } = props
17
18
return (
19
- <Page title={t('constants.internal-squads')}>
+ <Page title={t('constants.external-squads')}>
20
<PageHeaderShared
21
actions={<ExternalSquadsHeaderActionButtonsFeature />}
22
icon={<TbWebhook size={24} />}
0 commit comments