diff --git a/ui/src/app/pages/apps-routes/app-show/app-show.page.ts b/ui/src/app/pages/apps-routes/app-show/app-show.page.ts index a8a4aac75..a79d67ad5 100644 --- a/ui/src/app/pages/apps-routes/app-show/app-show.page.ts +++ b/ui/src/app/pages/apps-routes/app-show/app-show.page.ts @@ -283,10 +283,9 @@ export class AppShowPage { } else if (error.type === DependencyErrorType.Transitive) { errorText = 'Dependency has a dependency issue' } + errorText = `${errorText}. ${ this.pkg.manifest.title} will not work as expected.` } - errorText = `${errorText}. ${ this.pkg.manifest.title} will not work as expected.` - const depInfo = this.pkg.installed['dependency-info'][id] return {