Skip to content
Snippets Groups Projects
Unverified Commit 708ad0fb authored by Brian Carrier's avatar Brian Carrier Committed by GitHub
Browse files

Merge pull request #1342 from sleuthkit/account_typo

fixed typo in account type
parents 71986785 4dcd490c
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ public static final class Type {
public static final Account.Type FACEBOOK = new Type("FACEBOOK", "Facebook");
public static final Account.Type TWITTER = new Type("TWITTER", "Twitter");
public static final Account.Type INSTAGRAM = new Type("INSTAGRAM", "Instagram");
public static final Account.Type WHATSAPP = new Type("WHATSAPP", "Facebook");
public static final Account.Type WHATSAPP = new Type("WHATSAPP", "WhatsApp");
public static final Account.Type MESSAGING_APP = new Type("MESSAGING_APP", "MessagingApp");
public static final Account.Type WEBSITE = new Type("WEBSITE", "Website");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment