We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b1b561 + 505a3ab commit 4fc4d60Copy full SHA for 4fc4d60
app/views/models/bulk_edit.html.erb
@@ -58,7 +58,7 @@
58
<%= form.hidden_field :library, value: @filters[:library] if @filters[:library] %>
59
<%= form.hidden_field :creator, value: @filters[:creator] if @filters[:creator] %>
60
<%= form.submit translate(".submit"), class: "btn btn-primary" %>
61
- <%= form.submit translate(".update_all"), class: "btn btn-secondary" %>
+ <%= form.submit translate(".update_all", count: @models.total_count), class: "btn btn-secondary" %>
62
63
</div>
64
<% if !@filters.empty? %>
config/locales/models/en.yml
@@ -10,7 +10,7 @@ en:
10
select_all: Select all models
11
submit: Update Selected Models
12
title: Bulk Edit Models
13
- update_all: Update All Models
+ update_all: Update All %{count} Models
14
bulk_fields:
15
add_tags: Add tags
16
bulk_update:
0 commit comments