Skip to content

Commit

Permalink
Fix: The Reports Dashboard Widget was not displayed translated (#7372)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAnn2012 authored Apr 30, 2024
1 parent 139f59b commit 0f3e791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/Admin/DashboardWidgets/Reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function enqueue_scripts($base)
'assetsUrl' => GIVE_PLUGIN_URL . 'assets/dist',
]
);
wp_set_script_translations( 'give-admin-reports-widget-js', 'give' );
}

public function get_all_time_start()
Expand Down

0 comments on commit 0f3e791

Please sign in to comment.