diff --git a/app/views/islets/index.html.erb b/app/views/islets/index.html.erb index 6213751ee..a0a05d7b6 100644 --- a/app/views/islets/index.html.erb +++ b/app/views/islets/index.html.erb @@ -40,7 +40,7 @@ <%= Islet.human_attribute_name(:position) %> - <%= Islet.human_attribute_name(:frames) %> + <%= Frame.model_name.human %> diff --git a/config/locales/activerecord.fr.yml b/config/locales/activerecord.fr.yml index 51877cf29..f91f17f04 100644 --- a/config/locales/activerecord.fr.yml +++ b/config/locales/activerecord.fr.yml @@ -37,7 +37,6 @@ fr: name: Nom room: Salle position: Position - frames: Nombre de châssis frames_count: one: 1 châssis other: '%{count} châssis'