WebAdmin: clearly indicate that metadata check is no longer supported

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-02-17 12:33:16 +01:00
parent e61fb42cbc
commit 849f0bd0a8
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -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: