Skip to content

Commit

Permalink
Merge pull request #34 from donflopez/ESD-2946
Browse files Browse the repository at this point in the history
Make type names consistent with other sources
  • Loading branch information
donflopez authored Nov 21, 2019
2 parents dc07036 + eaba5dd commit 45b1397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@ const logTypes = {
level: 1
},
sens: {
name: 'Success Login',
name: 'Success Exchange',
icon: 'icon-budicon-448',
severity: sev.success,
level: 1
},
fens: {
name: 'Failed Login',
name: 'Failed Exchange',
icon: 'icon-budicon-448',
severity: sev.error,
level: 3
Expand Down

0 comments on commit 45b1397

Please sign in to comment.