Skip to content

Commit

Permalink
Update includes/tripal_hq_admin_dashboard.form.inc
Browse files Browse the repository at this point in the history
Co-Authored-By: Abdullah Almsaeed <[email protected]>
  • Loading branch information
laceysanderson and almasaeed2010 authored Oct 15, 2019
1 parent 9012ceb commit daaf4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/tripal_hq_admin_dashboard.form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function tripal_hq_admin_dashboard_form(array $form, array &$form_state, $status
'#theme' => 'table',
'#header' => $header,
'#rows' => $rows,
'#empty' => t("There are no $status content submissions."),
'#empty' => t('There are no !status content submissions.', ['!status' => $status]),
];

$form['pager'] = [
Expand Down

0 comments on commit daaf4c0

Please sign in to comment.