Skip to content

Commit

Permalink
add upgrade link
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Sep 30, 2024
1 parent 7d4ca8b commit ef5d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseTemplate/templates/baseTemplate/versionManagment.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>{% trans "Version Management" %}</h2>
</div>
{% if Notecheck %}
<div class="alert alert-info">
<p style="color:red; font-weight: bold;">{% trans "Note: Latest commit does not match, please upgrade CyberPanel." %}</p>
<p style="color:red; font-weight: bold;">{% trans "Note: Latest commit does not match, please upgrade CyberPanel." %}. <a href="https://cyberpanel.net/KnowledgeBase/home/upgrading-cyberpanel/">Learn how to upgrade CyberPanel.</a> </p>
</div>
{% endif %}

Expand Down

0 comments on commit ef5d8c3

Please sign in to comment.