Skip to content

Commit e30aef5

Browse files
authored
Update eventattributetoolbar.ctp
Fixed invalid object _( on lines 266 and 274
1 parent 462088e commit e30aef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/View/Elements/eventattributetoolbar.ctp

+2-2
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,15 @@
263263
'children' => [
264264
[
265265
'id' => 'expand-all-objects',
266-
'text' => _('Expand all Objects'),
266+
'text' => __('Expand all Objects'),
267267
'title' => __('Show all Attribute contained in Objects'),
268268
'fa-icon' => 'angle-double-down',
269269
'onClick' => 'showAllAttributeInObjects',
270270
'onClickParams' => [],
271271
],
272272
[
273273
'id' => 'collapse-all-objects',
274-
'text' => _('Collapse all Attributes'),
274+
'text' => __('Collapse all Attributes'),
275275
'title' => __('Hide all Attribute contained in Objects'),
276276
'fa-icon' => 'angle-double-up',
277277
'onClick' => 'hideAllAttributeInObjects',

0 commit comments

Comments
 (0)