Skip to content

Commit

Permalink
fix: translatable web footer (#40834)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra authored Apr 2, 2024
1 parent 1e4b920 commit f3bcdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/templates/includes/footer/footer_powered.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a href="https://erpnext.com?source=website_footer" target="_blank" class="text-muted">Powered by ERPNext</a>
{{ _("Powered by {0}").format('<a href="https://erpnext.com?source=website_footer" target="_blank" class="text-muted">ERPNext</a>') }}

0 comments on commit f3bcdbe

Please sign in to comment.