fix: failtypo fixed

pull/1774/head v2.4.57
iglocska 2016-12-19 17:48:30 +01:00
parent 3661be08cc
commit 0749273e54
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ class Attribute extends AppModel {
'formdesc' => 'Financial Fraud indicators, for example: IBAN Numbers, BIC codes, Credit card numbers, etc.',
'types' => array('btc', 'iban', 'bic', 'bank-account-nr', 'aba-rtn', 'bin', 'cc-number', 'prtn', 'comment', 'text', 'other'),
),
'Suport Tool' => array(
'Support Tool' => array(
'desc' => 'Tools supporting analysis or detection of the event',
'types' => array('link', 'text', 'attachment', 'comment', 'text', 'other')
),