diff options
| author | Luc Donnet | 2017-12-12 15:53:28 +0100 |
|---|---|---|
| committer | Luc Donnet | 2017-12-12 15:53:59 +0100 |
| commit | f7059fbcf6b2b98e071cc80ce3355c8693b2f885 (patch) | |
| tree | ad1af55c23ad6e4101b4319e3bdf77b34c7a28d4 | |
| parent | 4a020f3e4ad795a780617febbc364a6f270d310d (diff) | |
| download | chouette-core-f7059fbcf6b2b98e071cc80ce3355c8693b2f885.tar.bz2 | |
Try to push a new file for locales to fix perhaps encoding problem Refs #4738
| -rw-r--r-- | config/locales/imports.en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/imports.en.yml b/config/locales/imports.en.yml index 926201150..0bb54d90d 100644 --- a/config/locales/imports.en.yml +++ b/config/locales/imports.en.yml @@ -63,8 +63,8 @@ en: import: resources: "File to import" created_at: "Created on" - started_at: Started at - name: Name + started_at: "Started at" + name: "Name" status: "Status" creator: "Creator" references_type: "Data to be imported" |
