You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/03/03 15:53:38 UTC

[incubator-dlab] branch DLAB-1476 updated: [DLAB-1476]: Small fix

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

dgnatyshyn pushed a commit to branch DLAB-1476
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1476 by this push:
     new 72b0bbc  [DLAB-1476]: Small fix
72b0bbc is described below

commit 72b0bbc055eb8d7c68f5b287a562ea3ef6840920
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Tue Mar 3 17:53:13 2020 +0200

    [DLAB-1476]: Small fix
---
 .../exploratory/demo-picture-dialog/demo-picture-dialog.component.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/demo-picture-dialog/demo-picture-dialog.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/demo-picture-dialog/demo-picture-dialog.component.html
index 7d86d40..c786fad 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/demo-picture-dialog/demo-picture-dialog.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/demo-picture-dialog/demo-picture-dialog.component.html
@@ -24,7 +24,7 @@
   </header>
   <div class="dialog-content">
     <div class="preloader" *ngIf="!isVisible">
-      <p class="loading-message">Please wait until demo preview for {{data.title}} UI uploaded...</p>
+      <p class="loading-message">Please wait until DLab loads {{data.title}} UI for you...</p>
       <mat-progress-bar mode="indeterminate"></mat-progress-bar>
     </div>
     <span [hidden]="!isVisible">


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