diff --git a/lib/classes/eventsmanager/notify/validate.class.php b/lib/classes/eventsmanager/notify/validate.class.php
index cb01df7b24..23cc170bc6 100644
--- a/lib/classes/eventsmanager/notify/validate.class.php
+++ b/lib/classes/eventsmanager/notify/validate.class.php
@@ -42,7 +42,7 @@ class eventsmanager_notify_validate extends eventsmanager_notifyAbstract
*/
public function icon_url()
{
- return '/skins/icons/push.png';
+ return '/skins/icons/push16.png';
}
/**
diff --git a/lib/classes/eventsmanager/notify/validationdone.class.php b/lib/classes/eventsmanager/notify/validationdone.class.php
index edfef4181d..2104fba124 100644
--- a/lib/classes/eventsmanager/notify/validationdone.class.php
+++ b/lib/classes/eventsmanager/notify/validationdone.class.php
@@ -42,7 +42,7 @@ class eventsmanager_notify_validationdone extends eventsmanager_notifyAbstract
*/
public function icon_url()
{
- return '/skins/icons/push.png';
+ return '/skins/icons/push16.png';
}
/**
diff --git a/lib/classes/eventsmanager/notify/validationreminder.class.php b/lib/classes/eventsmanager/notify/validationreminder.class.php
index b1188d31f2..8c493829c9 100644
--- a/lib/classes/eventsmanager/notify/validationreminder.class.php
+++ b/lib/classes/eventsmanager/notify/validationreminder.class.php
@@ -42,7 +42,7 @@ class eventsmanager_notify_validationreminder extends eventsmanager_notifyAbstra
*/
public function icon_url()
{
- return '/skins/icons/push.png';
+ return '/skins/icons/push16.png';
}
/**
diff --git a/templates/web/prod/actions/Push.html.twig b/templates/web/prod/actions/Push.html.twig
index 195ff68763..94d0f57b6e 100644
--- a/templates/web/prod/actions/Push.html.twig
+++ b/templates/web/prod/actions/Push.html.twig
@@ -5,7 +5,7 @@
{% if context == 'Push' %}
{% else %}
-
+
{% endif %}