From 58b54b7f51cdcc136ce474129cc306950683be7c Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Wed, 29 Jan 2020 11:04:28 +0100 Subject: [PATCH] mgr/dashboard: Change project name to "Ceph Dashboard" The Dashboard's "About" page still referred to the application as "Ceph Manager Dashboard". Changed the `projectName` constant to "Ceph Dashboard" to resolve this. Fixes: https://tracker.ceph.com/issues/43840 Signed-off-by: Lenz Grimmer --- .../frontend/src/app/shared/constants/app.constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts index cb99bd6338e9..802c0d96f34e 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts @@ -4,7 +4,7 @@ import { I18n } from '@ngx-translate/i18n-polyfill'; export class AppConstants { public static readonly organization = 'ceph'; - public static readonly projectName = 'Ceph Manager Dashboard'; + public static readonly projectName = 'Ceph Dashboard'; public static readonly license = 'Free software (LGPL 2.1).'; } -- 2.47.3