File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -823,7 +823,7 @@ function ShowLatestChangelog(e) {
823823
824824 // If the modal already exists, clear its content to force a fresh fetch.
825825 if ($ (' #changelogModal' ).length ) {
826- $ (' #changelogData' ).html (' <p>Loading latest changelog ...</p>' );
826+ $ (' #changelogData' ).html (' <p>Please wait ...</p>' );
827827 } else {
828828 // Create modal overlay if it doesn't exist
829829 $ (' body' ).append (
@@ -834,7 +834,7 @@ function ShowLatestChangelog(e) {
834834 ' <h2 style="margin-top:0; color:#000;">Latest Changelog</h2>' +
835835 ' <button id="closeChangelogModal" style="float:right; font-size:14px; cursor:pointer;">Close</button>' +
836836 ' <div id="changelogData" style="font-family:monospace; white-space:pre-wrap; margin-top:10px; color:#000;">' +
837- ' <p>Loading latest changelog...</p>' +
837+ ' <p>Please wait and allow up to 10 seconds for changelog to load ...</p>' +
838838 ' </div>' +
839839 ' </div>' +
840840 ' </div>'
You can’t perform that action at this time.
0 commit comments