diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-07-13 15:56:54 +0200 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2016-07-13 15:58:18 +0200 |
commit | 5f215e0db68ca187dac206686c67e224392d4ae9 (patch) | |
tree | 5bd152902df9d073cc22ae11df7db3b8504fd04f | |
parent | 2257ac06f8721181a3b491bf1b750659ada85e46 (diff) | |
download | Ishtar-5f215e0db68ca187dac206686c67e224392d4ae9.tar.bz2 Ishtar-5f215e0db68ca187dac206686c67e224392d4ae9.zip |
Fixture: adding of accents on capitals
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index 5b40546d0..6bf5f5091 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -574,7 +574,7 @@ "comment": "", "available": true, "txt_idx": "recond", - "label": "A reconditionner" + "label": "\u00c0 reconditionner" } }, { @@ -584,7 +584,7 @@ "comment": "", "available": true, "txt_idx": "to_restaur", - "label": "A restaurer" + "label": "\u00c0 restaurer" } }, { @@ -594,7 +594,7 @@ "comment": "", "available": true, "txt_idx": "to_stab", - "label": "A stabiliser" + "label": "\u00c0 stabiliser" } }, { |