Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Resources/views/SymfonyProfiler/translation.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
<tbody>
{% for key, message in messages %}
<tr id="{{ key }}">
<td>
{% if withCheckbox %}
{% if withCheckbox %}
<td>
<input type="checkbox" name="translationKey" value="{{ key }}" checked="checked" class="translation-key-checkbox">
{% endif %}
</td>
</td>
{% endif %}
<td class="font-normal text-small">{{ message.locale }}</td>
<td class="font-normal text-small text-bold nowrap">{{ message.domain }}</td>
<td class="font-normal text-small">{{ message.count }}</td>
Expand Down