Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Fix title case #272

Merged
merged 1 commit into from Jan 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/views/Collector/swiftmailer.html.twig
Expand Up @@ -97,7 +97,7 @@
<span class="icon">{{ include('@Swiftmailer/Collector/icon.svg') }}</span>
{% endif %}

<strong>E-Mails</strong>
<strong>E-mails</strong>
{% if collector.messageCount > 0 %}
<span class="count">
<span>{{ collector.messageCount }}</span>
Expand Down