Skip to content

Commit 974f1e6

Browse files
committed
Update manage.html
1 parent d93b17e commit 974f1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/manage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ <h4 class="modal-title">Confirm</h4>
757757
$('#latest-release').html('<a class="release-url" target="_blank" href="' + data.latest_release_url + '">Release Available: ' + data.latest_release + '</a>');
758758
break;
759759
case 'commit':
760-
$('#latest-release').html('<a class="release-url" target="_blank" href="' + data.latest_release_url + '">Updates Available</a>');
760+
$('#latest-release').html('Updates Available');
761761
break;
762762
default:
763763
$('#check-for-update').show();

0 commit comments

Comments
 (0)