Skip to content

Commit 177766c

Browse files
added warning modal for while data is being moved 3
1 parent 940dbc9 commit 177766c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,10 @@ <h5 class="modal-title">Run Custom Script</h5>
482482
<h5 class="modal-title text-warning fw-bold">Notice About Pricing Data</h5>
483483
</div>
484484
<div class="modal-body fs-5 text-dark">
485-
Our pricing lists are currently being reorganized. Some pricing data may be incorrect or temporarily unavailable.
485+
While pricing lists are being reorganized some pricing data may be incorrect or temporarily unavailable.
486486
</div>
487487
<div class="modal-footer">
488-
<button type="button" class="btn btn-warning" data-bs-dismiss="modal">I Understand</button>
488+
<button type="button" class="btn btn-warning" data-bs-dismiss="modal">ok</button>
489489
</div>
490490
</div>
491491
</div>

0 commit comments

Comments
 (0)