You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by yt...@apache.org on 2021/06/03 07:07:17 UTC

[incubator-datalab] branch develop updated: minor fix

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 68dcea5  minor fix
68dcea5 is described below

commit 68dcea5c458eceea1916ac6e46f037958699ebf4
Author: Yurii Tykhun <ty...@gmail.com>
AuthorDate: Thu Jun 3 10:06:52 2021 +0300

    minor 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 3813fcc..09eb859 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">
-                  <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 a minute.</span>
                 </mat-option>
               </mat-autocomplete>
             </div>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org