diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-03-13 15:29:07 +0530 |
---|---|---|
committer | IBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com> | 2019-03-13 15:29:15 +0530 |
commit | 70ad07de8ceded9ee67be4be21e3f9b65a368828 (patch) | |
tree | a26d58333582a5c38d439fe87610ea8b6cb5d0dc /cds-ui/client/src/app | |
parent | 7fff47d76d227a93926802bdee7ed0191c21b0e6 (diff) |
Side Menu item name change
Updated Data dictionary menu name to "Resource Definition"
Issue-ID: CCSDK-804
Change-Id: I947481889653a9b3cc39b34b8f7bd6da83e3fbbd
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app')
-rw-r--r-- | cds-ui/client/src/app/common/shared/components/home/home.component.html | 2 |
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> |