Skip to content

Commit

Permalink
fix: added missing "beta" label for online update
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Nov 18, 2024
1 parent 70388bd commit 416004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/assets/templates/admin/configuration/upgrade.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
<h1 class="h2">
<i class="bi bi-arrow-clockwise" aria-hidden="true"></i>
{{ adminHeaderUpgrade }}
{{ adminHeaderUpgrade }} (beta)
</h1>
</div>

Expand Down

0 comments on commit 416004e

Please sign in to comment.