This is an automated email from the ASF dual-hosted git repository.

ytykhun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new b2d33c5  minor ui fix
b2d33c5 is described below

commit b2d33c5366a24100f9993a4fc097078a79a6a064
Author: Yurii Tykhun <[email protected]>
AuthorDate: Mon Jun 7 14:51:41 2021 +0300

    minor ui fix
---
 .../exploratory/install-libraries/install-libraries.component.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.html
index 7fe0d22..9954a91 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/install-libraries/install-libraries.component.html
@@ -100,7 +100,7 @@
                   <span class="configuring" >Autocomplete is currently 
unavailable for {{groupsListMap[group]}} group</span >
                 </mat-option>
                 <mat-option *ngIf="autoComplete === 'UPDATING' && 
lib.name?.length > 1" disabled>
-                  <span class="configuring" >Library list is being loaded at 
the moment. Please wait a minute.</span>
+                  <span class="configuring" >Library list is being loaded at 
the moment. Please wait...</span>
                 </mat-option>
               </mat-autocomplete>
             </div>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to