summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-13 16:23:45 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-13 16:23:45 +0000
commit8b772a6141f4a331c3bb9b85ce4b130da71bd073 (patch)
tree4156fa3cf109e9ac909225a6f04b3185c0d5659a /cds-ui
parent4eaf4746b697f2555fae1f2b09c23d27b146ab86 (diff)
parent70ad07de8ceded9ee67be4be21e3f9b65a368828 (diff)
Merge "Side Menu item name change"
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/src/app/common/shared/components/home/home.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/common/shared/components/home/home.component.html b/cds-ui/client/src/app/common/shared/components/home/home.component.html
index e23263f9a..dc0181cff 100644
--- a/cds-ui/client/src/app/common/shared/components/home/home.component.html
+++ b/cds-ui/client/src/app/common/shared/components/home/home.component.html
@@ -42,7 +42,7 @@ limitations under the License.
<mat-toolbar color=""primary>Menu</mat-toolbar>
<mat-nav-list>
<a mat-list-item [routerLink]="['/blueprint']">Controlled Blueprint</a>
- <a mat-list-item [routerLink]="['/resource-definition']">Data dictionory</a>
+ <a mat-list-item [routerLink]="['/resource-definition']">Resource Definition</a>
</mat-nav-list>
</mat-sidenav>