We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380d979 commit 037b945Copy full SHA for 037b945
Resources/views/WebUI/show.html.twig
@@ -78,7 +78,7 @@
78
{% endif %}
79
<a class="message-key" href="#{{ message.key }}">{{ message.key }}</a>
80
{% if allow_delete %}
81
- <a class="message-delete" href="javascript:void(0)" data-key="{{ message.key }}" title="Delete translation" onclick='confirm("Are you sure?")?deleteTranslation(this):false;'>❌</a>
+ <a class="message-delete close" href="javascript:void(0)" data-key="{{ message.key }}" title="Delete translation" onclick='confirm("Are you sure?")?deleteTranslation(this):false;'><span>×</span></a>
82
83
<textarea
84
class="form-control"
0 commit comments