Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Bausson committed Dec 6, 2023
1 parent 3415823 commit d50bfd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/islets/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<%= Islet.human_attribute_name(:position) %>
</th>
<th>
<%= Islet.human_attribute_name(:frames) %>
<%= Frame.model_name.human %>
</th>
<th></th>
</tr>
Expand Down
1 change: 0 additions & 1 deletion config/locales/activerecord.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d50bfd3

Please sign in to comment.