WebAdmin: clearly indicate that metadata check is no longer supported
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
e61fb42cbc
commit
849f0bd0a8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue