diff --git a/templates/webadmin/eventactions.html b/templates/webadmin/eventactions.html
index 226e164e..ab1faf36 100644
--- a/templates/webadmin/eventactions.html
+++ b/templates/webadmin/eventactions.html
@@ -183,7 +183,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
return $.t('actions.types.filesystem');
case 10:
// metadata check was removed
- return "";
+ return $.t('general.unsupported');;
case 11:
return $.t('actions.types.password_expiration_check');
case 12: