File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ public static function dataTableLayout()
102102 'titleTooltip ' => trans ('general.people ' ),
103103 'visible ' => true ,
104104 'class ' => 'css-house-user ' ,
105- // 'data-tooltip' => true, - not working, but I want to try to use regular tooltips here
106105 ], [
107106 'field ' => 'currency ' ,
108107 'searchable ' => true ,
109108 'sortable ' => true ,
110109 'switchable ' => true ,
111- 'title ' => trans ('general.currency ' ),
110+ 'title ' => trans ('general.currency_text ' ),
111+ 'titleTooltip ' => trans ('general.currency_text ' ),
112112 'visible ' => true ,
113113 'class ' => 'css-currency ' ,
114114 ], [
Original file line number Diff line number Diff line change 8888 'record_created ' => 'Record Created ' ,
8989 'updated_at ' => 'Updated at ' ,
9090 'currency ' => '$ ' , // this is deprecated
91+ 'currency_text ' => 'Currency ' , //
9192 'current ' => 'Current ' ,
9293 'current_password ' => 'Current Password ' ,
9394 'customize_report ' => 'Customize Report ' ,
You can’t perform that action at this time.
0 commit comments