Fix translation key in the secrets menu

This commit is contained in:
ajnart
2022-12-26 16:13:24 +09:00
parent 2a41b0a385
commit e85bc8c9b9

View File

@@ -27,7 +27,7 @@ export const IntegrationTab = ({ form }: IntegrationTabProps) => {
<IntegrationOptionsRenderer form={form} /> <IntegrationOptionsRenderer form={form} />
<Alert icon={<IconAlertTriangle />} color="yellow"> <Alert icon={<IconAlertTriangle />} color="yellow">
<Text> <Text>
<Trans i18nKey="integration.secrets.warning" /> <Trans i18nKey="layout/modals/add-app:integration.secrets.warning" />
</Text> </Text>
</Alert> </Alert>
</> </>