Skip to content

Commit

Permalink
[49848] Fix untranslated string
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Sep 4, 2023
1 parent 9d7eae1 commit be88977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/forums/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ See COPYRIGHT and LICENSE files for more details.
<div class="generic-table--sort-header-outer">
<div class="generic-table--sort-header">
<span>
<%= Forum.name.humanize %>
<%= Forum.model_name.human %>
</span>
</div>
</div>
Expand Down

0 comments on commit be88977

Please sign in to comment.