UI: Fix a typo in credentials.js

This commit is contained in:
vakarisz 2022-07-15 11:02:26 +03:00
parent d2c8065163
commit 77b24ba7a6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const CREDENTIALS = {
'uniqueItems': true,
'items': {'type': 'string'},
'default': [],
'description': 'List of user names that will be used by exploiters that need ' +
'description': 'List of usernames that will be used by exploiters that need ' +
'credentials, like SSH brute-forcing.'
},
'exploit_password_list': {