mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 06:47:18 +00:00
fix: [handicap] fix galaxy icon + name + type
This commit is contained in:
parent
2dcfa82f6b
commit
e3b6e9d229
2 changed files with 7 additions and 7 deletions
|
@ -5,9 +5,9 @@
|
|||
],
|
||||
"category": "med-bdm-it",
|
||||
"description": "Liste des maladies invalidantes reconnues comme handicap",
|
||||
"name": "handicap",
|
||||
"name": "Handicap",
|
||||
"source": "MDPH /caf",
|
||||
"type": "Handicap",
|
||||
"type": "handicap",
|
||||
"uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777",
|
||||
"values": [
|
||||
{
|
||||
|
@ -272,5 +272,5 @@
|
|||
"value": "Tumeur maligne"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"description": "Handicap classifying",
|
||||
"icon": "android",
|
||||
"name": "handicap",
|
||||
"icon": "wheelchair",
|
||||
"name": "Handicap",
|
||||
"namespace": "misp",
|
||||
"type": "Handi",
|
||||
"type": "handicap",
|
||||
"uuid": "84310ba3-fa6a-44aa-b378-b9e3271c7777",
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue