Lohia, Aditya commited on
Commit
e256662
·
1 Parent(s): ff2bb5d

update: dialog box text

Browse files
Files changed (1) hide show
  1. dialog.py +1 -1
dialog.py CHANGED
@@ -9,7 +9,7 @@ def get_dialog_box():
9
  <!-- Spinner -->
10
  <div class="loader" style="margin-top: 20px;"></div>
11
  <!-- Message -->
12
- <h2 style="color: orange; font-family: trebuchet ms, sans-serif; align-items: center;">The service is not working, please refresh or try again later!</h2>
13
  </div>
14
  </div>
15
 
 
9
  <!-- Spinner -->
10
  <div class="loader" style="margin-top: 20px;"></div>
11
  <!-- Message -->
12
+ <h2 style="color: orange; font-family: trebuchet ms, sans-serif; align-items: center;">Please refresh or try again later.</h2>
13
  </div>
14
  </div>
15