Skip to content

Commit cc5ada4

Browse files
committed
Fixed translation for selection toggle in batch actions
1 parent 325b2d8 commit cc5ada4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_admin/batch_actions/views/selection_cells.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ResourceSelectionTogglePanel < ActiveAdmin::Component
2828
def build
2929
super(:id => "collection_selection_toggle_panel")
3030
resource_selection_toggle_cell
31-
div(:id => "collection_selection_toggle_explaination" ) { I18n.t('active_admin.selection_toggle_explanation', :default => "(Toggle Selection)") }
31+
div(:id => "collection_selection_toggle_explaination" ) { I18n.t('active_admin.batch_actions.selection_toggle_explanation', :default => "(Toggle Selection)") }
3232
end
3333

3434
end

0 commit comments

Comments
 (0)