diff --git a/frontend/src/lib/components/AppConnect.svelte b/frontend/src/lib/components/AppConnect.svelte
index 3eb8d62321..d66460a0e5 100644
--- a/frontend/src/lib/components/AppConnect.svelte
+++ b/frontend/src/lib/components/AppConnect.svelte
@@ -414,6 +414,14 @@
{/if}
Others
+
+ {#if connectsManual && connectsManual?.length < 10}
+
+ Resource Types have not been synced with the hub. Go to the admins workspace to sync them
+ (and add a schedule to do daily).
+
+ {/if}
+
{#if filteredConnectsManual}
{#each filteredConnectsManual as [key, _]}