added localization to core widgets
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Collection / Grid.pm
index 2526a62..41ae736 100644 (file)
@@ -13,7 +13,7 @@ implements fragment header_cells {
 };
 
 implements fragment header_cell {
-  arg label => $_{labels}->{$_};
+  arg label => localized $_{labels}->{$_};
 };
 
 __PACKAGE__->meta->make_immutable;