diff --git a/src/views/apps.html b/src/views/apps.html index 4e022aa11..ef1b37dbb 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -22,7 +22,7 @@ {{ (!appConfigure.location ? '' : (appConfigure.domain.config.hyphenatedSubdomains ? '-' : '.')) + appConfigure.domain.domain }} - {{ (!appConfigure.location ? '' : '-') + spacesSuffix + '.' + appConfigure.domain.domain }} + {{ (!appConfigure.location ? '' : '-') + spacesSuffix + (appConfigure.domain.config.hyphenatedSubdomains ? '-' : '.') + appConfigure.domain.domain }}