diff --git a/services/web/frontend/js/features/project-list/components/notifications/groups-and-enterprise-banner.tsx b/services/web/frontend/js/features/project-list/components/notifications/groups-and-enterprise-banner.tsx
index 86e10f58cd..e078b57bfd 100644
--- a/services/web/frontend/js/features/project-list/components/notifications/groups-and-enterprise-banner.tsx
+++ b/services/web/frontend/js/features/project-list/components/notifications/groups-and-enterprise-banner.tsx
@@ -128,20 +128,21 @@ function BannerContent({
}: {
variant: GroupsAndEnterpriseBannerVariant
}) {
+ const { appName } = getMeta('ol-ExposedSettings')
switch (variant) {
case 'on-premise':
return (
- Overleaf On-Premises: Does your company want to keep its data within
- its firewall? Overleaf offers Server Pro, an on-premises solution for
+ {appName} On-Premises: Does your company want to keep its data within
+ its firewall? {appName} offers Server Pro, an on-premises solution for
companies. Get in touch to learn more.
)
case 'FOMO':
return (
- Why do Fortune 500 companies and top research institutions trust
- Overleaf to streamline their collaboration? Get in touch to learn
+ Why do Fortune 500 companies and top research institutions trust{' '}
+ {appName} to streamline their collaboration? Get in touch to learn
more.
)
diff --git a/services/web/frontend/js/features/project-list/components/sidebar/sidebar-ds-nav.tsx b/services/web/frontend/js/features/project-list/components/sidebar/sidebar-ds-nav.tsx
index 185d1fbb96..46e6ca8911 100644
--- a/services/web/frontend/js/features/project-list/components/sidebar/sidebar-ds-nav.tsx
+++ b/services/web/frontend/js/features/project-list/components/sidebar/sidebar-ds-nav.tsx
@@ -66,7 +66,7 @@ function SidebarDsNav() {
scrolledUp && 'show-shadow'
)}
>
-
+