Add translation

This commit is contained in:
2024-11-11 15:43:20 +01:00
parent 9a02f0b0ae
commit 4c09989788
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
<tr>
<th><%= User.human_attribute_name(:symbol).capitalize %></th>
<% if current_user.at_least(:active) %>
<th><%= t :actions %></th>
<th><%= t '.actions' %></th>
<% end %>
</tr>
</thead>