mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
aa6ba28427
commit
46150a65f2
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"APP": {
|
||||
"CREATE_LIBRARY": "Create Library",
|
||||
"INFO_DRAWER": {
|
||||
"TITLE": "Details",
|
||||
"COMMENTS": "Comments",
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user