[ADF-3855] Add minimum length to library title (#4139)

* [ADF-3855] Add minimum length to library title

* update name test
This commit is contained in:
davidcanonieto
2019-01-14 12:47:34 +00:00
committed by Eugenio Romano
parent aa6ba28427
commit 46150a65f2
6 changed files with 23 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
{
"APP": {
"CREATE_LIBRARY": "Create Library",
"INFO_DRAWER": {
"TITLE": "Details",
"COMMENTS": "Comments",

View File

@@ -87,7 +87,7 @@
</button>
<button
mat-icon-button
matTooltip="{{ 'APP.CREATE_LIBRARY' | translate }}"
matTooltip="{{ 'DOCUMENT_LIST.TOOLBAR.CREATE_LIBRARY' | translate }}"
(click)="createLibrary()">
<mat-icon>library_add</mat-icon>
</button>