mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Fix translation key in the secrets menu
This commit is contained in:
@@ -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>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user