We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325b2d8 commit cc5ada4Copy full SHA for cc5ada4
lib/active_admin/batch_actions/views/selection_cells.rb
@@ -28,7 +28,7 @@ class ResourceSelectionTogglePanel < ActiveAdmin::Component
28
def build
29
super(:id => "collection_selection_toggle_panel")
30
resource_selection_toggle_cell
31
- div(:id => "collection_selection_toggle_explaination" ) { I18n.t('active_admin.selection_toggle_explanation', :default => "(Toggle Selection)") }
+ div(:id => "collection_selection_toggle_explaination" ) { I18n.t('active_admin.batch_actions.selection_toggle_explanation', :default => "(Toggle Selection)") }
32
end
33
34
0 commit comments