diff options
-rw-r--r-- | archaeological_context_records/fixtures/initial_data-fr.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_context_records/fixtures/initial_data-fr.json b/archaeological_context_records/fixtures/initial_data-fr.json index 14ba16dfb..4991e7b66 100644 --- a/archaeological_context_records/fixtures/initial_data-fr.json +++ b/archaeological_context_records/fixtures/initial_data-fr.json @@ -23,7 +23,7 @@ "pk": 1, "model": "archaeological_context_records.activitytype", "fields": { - "comment": "Unit\u00e9 enregistrement qui n'est pas directement d'origine anthropique. ", + "comment": "Unit\u00e9 enregistrement qui n'est pas directement d'origine anthropique", "available": true, "txt_idx": "natural", "order": 1000, @@ -48,7 +48,7 @@ "comment": "Unit\u00e9 r\u00e9sultant de l'arr\u00eat d'anthropisation", "available": true, "txt_idx": "desertion", - "order": 1200, + "order": 1300, "label": "Abandon" } }, @@ -59,7 +59,7 @@ "comment": "Unit\u00e9 li\u00e9e \u00e0 l'anthropisation elle-m\u00eame", "available": true, "txt_idx": "occupation", - "order": 1300, + "order": 1200, "label": "Occupation" } }, |