diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 0f8249242..e4b2af1e4 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -378,6 +378,8 @@ return [ 'pie_chart_type' => 'Dashboard Pie Chart Type', 'hello_name' => 'Hello, :name!', 'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them', + 'start_date' => 'Start Date', + 'end_date' => 'End Date', ]; \ No newline at end of file