NG-UI Added support for the quotos
* Add the quotos limition to be defined from the UI.
* Added the checkbox to activate the quote limitation.
Change-Id: I3795d00a3615018743449538e232b3bb31591d82
Signed-off-by: Barath Kumar R <barath.r@tataelxsi.co.in>
diff --git a/src/app/utilities/projects-action/ProjectsActionComponent.html b/src/app/utilities/projects-action/ProjectsActionComponent.html
index d105846..3f193c2 100644
--- a/src/app/utilities/projects-action/ProjectsActionComponent.html
+++ b/src/app/utilities/projects-action/ProjectsActionComponent.html
@@ -22,8 +22,8 @@
</button>
<div class="dropdown-menu list-action-dropdown" ngbDropdownMenu>
<button type="button" class="btn btn-primary dropdown-item" (click)="projectEdit()" placement="left"
- container="body" ngbTooltip="{{'RENAME' | translate}}">
- <i class="fa fa-edit icons"></i> {{'RENAME' | translate}}
+ container="body" ngbTooltip="{{'EDIT' | translate}}">
+ <i class="fa fa-edit icons"></i> {{'EDIT' | translate}}
</button>
<button type="button" class="btn btn-primary dropdown-item" (click)="projectDelete()" placement="left"
container="body" ngbTooltip="{{'DELETE' | translate}}">