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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]