From 730317017130cc7555bcc6687c2349e29965827e Mon Sep 17 00:00:00 2001 From: lisaforsyth Date: Wed, 4 Dec 2024 14:12:56 -0800 Subject: [PATCH] feature/dss-1019-listing-page-name-change --- frontend/src/app/common/services/dashboard.service.ts | 4 ++-- frontend/src/app/common/services/top-menu.service.ts | 2 +- .../components/listings-table/listings-table.component.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/common/services/dashboard.service.ts b/frontend/src/app/common/services/dashboard.service.ts index c4fb59fe..e8028243 100644 --- a/frontend/src/app/common/services/dashboard.service.ts +++ b/frontend/src/app/common/services/dashboard.service.ts @@ -58,11 +58,11 @@ export class DashboardService { section: 'main', }, { - title: 'Listing Data', + title: 'Individual Listing Data', accessPermission: listing_read, buttonIcon: 'eye', buttonText: 'View Listing Data', - description: 'View platform listing data for your community', + description: 'View individual platforms listings for your community', route: 'listings', boxId: 'listings_box', buttonId: 'listings_btn', diff --git a/frontend/src/app/common/services/top-menu.service.ts b/frontend/src/app/common/services/top-menu.service.ts index 619ce966..8d959e9b 100644 --- a/frontend/src/app/common/services/top-menu.service.ts +++ b/frontend/src/app/common/services/top-menu.service.ts @@ -50,7 +50,7 @@ export class TopMenuService { accessPermission: listing_read, buttonId: 'listings_mi_btn', route: '/listings', - title: 'Listing Data', + title: 'Individual Listing Data', folderName: 'Listings', }, { diff --git a/frontend/src/app/features/components/listings-table/listings-table.component.html b/frontend/src/app/features/components/listings-table/listings-table.component.html index a5454d92..6f73b554 100644 --- a/frontend/src/app/features/components/listings-table/listings-table.component.html +++ b/frontend/src/app/features/components/listings-table/listings-table.component.html @@ -1,5 +1,5 @@
-

Listings

+

Individual Listings