From 849f0bd0a88a129fa91d473e0a451db65264b931 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 17 Feb 2024 12:33:16 +0100 Subject: [PATCH] WebAdmin: clearly indicate that metadata check is no longer supported Signed-off-by: Nicola Murino --- templates/webadmin/eventactions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: