diff --git a/src/routes/applications/index.svelte b/src/routes/applications/index.svelte
index 784629325..e13b3f240 100644
--- a/src/routes/applications/index.svelte
+++ b/src/routes/applications/index.svelte
@@ -56,7 +56,7 @@
{/each}
{#if otherApplications.length > 0 && $session.teamId === '0'}
-
Other Team's Applications
+ Other Team's Applications
{#each otherApplications as application}
diff --git a/src/routes/databases/index.svelte b/src/routes/databases/index.svelte
index 5cf67e356..bb19b0ab8 100644
--- a/src/routes/databases/index.svelte
+++ b/src/routes/databases/index.svelte
@@ -90,7 +90,7 @@
{/each}
{#if otherDatabases.length > 0 && $session.teamId === '0'}
- Other Team's Databases
+ Other Team's Databases
{#if otherDestinations.length > 0 && $session.teamId === '0'}
- Other Team's Destinations
+ Other Team's Destinations