Skip to content

Commit

Permalink
Fix initial data (yes, again)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyiyo committed Mar 16, 2017
1 parent e2f8e9c commit 129038e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manager/initial_data/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fields": {
"name": "IRC/Chat",
"icon_class": "fa-comments",
"validate": "3"
"validate": "1"
},
"pk": 2
},
Expand All @@ -40,7 +40,7 @@
"fields": {
"name": "Twitter",
"icon_class": "fa-twitter-square",
"validate": "3"
"validate": "1"
},
"pk": 5
},
Expand All @@ -67,7 +67,7 @@
"fields": {
"name": "Diaspora",
"icon_class": "fa-asterisk",
"validate": "3"
"validate": "1"
},
"pk": 8
},
Expand All @@ -76,7 +76,7 @@
"fields": {
"name": "Identi.ca",
"icon_class": "fa-commenting-o",
"validate": "3"
"validate": "1"
},
"pk": 9
},
Expand All @@ -85,7 +85,7 @@
"fields": {
"name": "GNU Social",
"icon_class": "fa-commenting-o",
"validate": "3"
"validate": "1"
},
"pk": 10
}
Expand Down

0 comments on commit 129038e

Please sign in to comment.