Skip to content

Commit

Permalink
Remove Welcome to WagtailCMS string from the dash
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jul 3, 2024
1 parent d0647f3 commit 32b1c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail/admin/templates/wagtailadmin/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{% block content %}
{% fragment as header_title %}
{% block branding_welcome %}{% blocktrans trimmed %}Welcome to the {{ site_name }} Wagtail CMS{% endblocktrans %}{% endblock %}
{% block branding_welcome %}{% trans site_name|title %}{% endblock %}
{% endfragment %}


Expand Down

0 comments on commit 32b1c2d

Please sign in to comment.